go-sleep/.gitpod.yml
2020-06-16 14:42:36 +00:00

4 lines
87 B
YAML

tasks:
- init: go get && go build ./... && go test ./... && make
command: go run