go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
ignoring go.mod;
see 'go help modules'
0.57s$ go get -u github.com/viert/go-lame
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
ignoring go.mod;
see 'go help modules'
# github.com/viert/go-lame
../../viert/go-lame/encoder.go:5:23: fatal error: lame/lame.h: No such file or directory
compilation terminated.
The command "go get -u github.com/viert/go-lame" failed and exited with 2 during .