0

I'm begginer of Go Lang. I'm trying to the problem that I did "go get github.com/smartystreets/goconvey", but when I command goconvey, it occurs command not found. How can I work arrange this? I'd appreciate for any solution.

Uranus_ly
  • 121
  • 1
  • 6
  • 1. External tools/programs executables are installed via go install, not go get (stop consulting outdated documentation). 2. go install puts binaries into GOBIN. Check with go env or set GOBIN. 3. Learn about how PATH works. – Volker Nov 04 '22 at 07:33

0 Answers0