github.com/gopinath-langote/1build@v1.7.0/1build.yaml (about)

     1  project: gopi
     2  before: export GO111MODULE=on
     3  commands:
     4    - setup: go get -u golang.org/x/lint/golint
     5    - test: go test -v -cover github.com/gopinath-langote/1build/testing -run . GOCACHE=off
     6    - lint: go list ./... | xargs -L1 golint
     7    - build: go build