1# https://taskfile.dev 2 3version: '3' 4 5tasks: 6 default: 7 cmds: 8 - task: test 9 10 test: 11 cmds: 12 - go test -v .
View as plain text