4 lines
87 B
YAML
4 lines
87 B
YAML
|
tasks:
|
||
|
- init: go get && go build ./... && go test ./... && make
|
||
|
command: go run
|