Please read the following document.
We use aqua as a CLI version manager and cmdx as a task runner.
aqua i # Install development tools including cmdxShow tasks:
cmdx helpTest:
cmdx tLint:
cmdx v # go vet
cmdx l # golangci-lintIn addition to Go's unit tests, we run integration tests in CI.
If you change pinact's behaviour, please add tests. Tests also make how the behaviour is changed clear.