Add go get ./...

This commit is contained in:
jar3b 2019-03-29 02:50:47 +03:00
parent 5fbb102e63
commit bf06b0234c

View File

@ -17,7 +17,7 @@ install:
script:
- go mod download
- go mod verify
- go build ./...
- go get ./...
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -race ./...
# Only build binaries from the latest Go release.