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