taskfile.yml 82 B

1234567
  1. version: 3
  2. tasks:
  3. build:
  4. desc: build the binary
  5. cmds:
  6. - go build