faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.03k stars 150 forks source link

go 1.18 module support #149

Open jbuchbinder opened 2 years ago

jbuchbinder commented 2 years ago

Add proper module support for go 1.18, otherwise things that require submodules (like generators, etc) will not be able to resolve properly in the build system.