learning go Based on: Learning Go First steps Set GOPATH: export GOPATH=$(pwd) export PATH=$PATH:$GOPATH/bin go run <file.go> Install deps Go uses the repository itself, there is no dependency manager go install github.com/rakyll/hey@latest