mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
The -er suffix is more idiomatic for single method interfaces, and the interface is not doing much more than converting the patch to a synth. Names were updated throughout the project to reflect this change. In particular, the "Service" in SynthService was not telling anything helpful.
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !native
|
|
|
|
package cmd
|
|
|
|
import "github.com/vsariola/sointu/vm"
|
|
|
|
var MainSynther = vm.GoSynther{}
|