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
{{ message }}
This repository was archived by the owner on May 9, 2021. It is now read-only.
When I run go list -f {{.Target}} golang.org/x/lint/golint it says that i have golint install in go/bin and I added it to my .bashrc file like this: export PATH=$PATH:$GOPATH/bin/golint
But I am still getting a command not found error, any ideas as to why this might be happening?