mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-14 02:54:37 -04:00
go v1.21 is more strict about giving methods to C.structs and was complaining about "cannot define new methods on non-local type *C.Synth". The solution was a local type alias: type BridgeSynth C.Synth