go-music-theory / music-theory

Go models of Note, Scale, Chord and Key
https://gopkg.in/music-theory.v0
GNU General Public License v3.0
432 stars 44 forks source link

fix "make install" #27

Closed krzysztof-grzybek closed 4 years ago

krzysztof-grzybek commented 4 years ago

Hi! Thanks for the cool package!

I wanted to compile package locally with make install, but tests didn't pass because package github.com/stretchr/testify/assert wasn't installed. I think that an additional flag to go get should be added. https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them

charneykaye commented 4 years ago

Good catch, thanks!