gg/taskfile.yml

8 lines
114 B
YAML

version: 3
tasks:
btest:
cmds:
- go build ./cmd/test/
bmath:
cmds:
- go build ./cmd/math/