cd go # navigate the the top of the go directoryls -R # check sub folders
README.md src
./src:
githubApiInteraction
./src/githubApiInteraction:
main.go
export GOPATH="$(pwd)"go install githubApiInteraction # Build the program./bin/githubApiInteraction # Run the program