gg/taskfile.yml

9 lines
114 B
YAML
Raw Normal View History

2023-11-12 13:29:38 +03:00
version: 3
tasks:
btest:
cmds:
- go build ./cmd/test/
bmath:
cmds:
- go build ./cmd/math/