We use asdf for installing required tools:
asdf plugin add golang
asdf plugin add golangci-lint
asdf plugin add pre-commit
asdf install
We use pre-commmit for providing a git hook:
pre-commit install
To run all tests:
make test
We use asdf for installing required tools:
asdf plugin add golang
asdf plugin add golangci-lint
asdf plugin add pre-commit
asdf install
We use pre-commmit for providing a git hook:
pre-commit install
To run all tests:
make test