github.com/moontrade/unsafe@v0.9.1/.gitpod.yml (about) 1 # This configuration file was automatically generated by Gitpod. 2 # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) 3 # and commit this file to your remote git repository to share the goodness with others. 4 5 tasks: 6 - init: go get && go build ./... && go test ./... 7 command: go run 8 9