Simple facades to create commands.
$ sudo apt update
$ sudo apt install golang
$ sudo pacman -Sy go
$ brew update
$ brew install golang
See: https://github.com/udhos/update-golang
See: https://golang.org/doc/install
$ go version
To list available commands:
$ make help
To compile examples:
$ make build
To check (vet / lint / fmt)
$ make check
$ make lint # only lint
$ make vet # only vet
$ make fmt # only fmt
To run tests:
$ go install github.com/joho/godotenv/cmd/godotenv
$ godotenv -f <env_file> make test