Skip to content

88labs/go-utils

Repository files navigation

go-utils

Testing

  • required Task
  • test all packages
task -p test

Import format

  • 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

Go modules

  • required Task
  • go mod tidy all packages
task -p go-mod-tidy