add module specific commands

This commit is contained in:
Ajitem Sahasrabuddhe 2019-09-15 17:40:56 +05:30
parent 9f97625dbb
commit 2746d8dee6
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

View File

@ -19,8 +19,8 @@ install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH% - set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version - go version
- go env - go env
- go get github.com/urfave/gfmrun/... - go get github.com/urfave/gfmrun/cmd/gfmrun
- go get -v -t ./... - go mod vendor
build_script: build_script:
- go run build.go vet - go run build.go vet