- Install asdf
- Install the asdf Go plugin
asdf plugin add golang https://github.com/kennyp/asdf-golang.git # Visit that repository to see installation prerequisites
- Run
asdf install
to install the version of Go specified in the .tool-versions file
go test ./knock
go build ./knock
go fmt ./knock