- required Task
- test all packages
task -p test
- required Task
- install go-oif
curl -sSfL https://raw.githubusercontent.com/heyvito/go-oif/main/install.sh | sh -s -- -b $(go env GOPATH)/bin
- run
task -p go-oif
- required Task
- go mod tidy all packages
task -p go-mod-tidy