Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 492 Bytes

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