You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempted to install pistol, which I am totally stoked about, I received an error concerning build constraints. Never seen this one before, and I suspect it is an unintended error.
# Command Exec
$ env GO111MODULE=on go get -u github.com/doronbehar/pistol/cmd/pistol
# Output recieved
package github.com/doronbehar/pistol/cmd/pistol
imports github.com/doronbehar/pistol
imports github.com/rakyll/magicmime: build constraints exclude all Go files in$HOME/go/bin/pkg/mod/github.com/rakyll/magicmime@v0.1.0
To me at least, it seems odd that all Go files are excluded. Any suggestions would be nice... this is a weird one.