Reference go programming

Commands

  • Used to run the program go run main.go

  • Used to create an executable file go install main.go

  • Used to compile the program go build main.go

  • Used to get the dependecies go get <package name>

    _ is used a write only variable