mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -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