2
0
mirror of https://github.com/soheilhy/cmux.git synced 2025-10-11 22:53:22 +08:00

go tool vet --shadow .

This commit is contained in:
Tamir Duberstein
2016-02-21 12:59:02 -05:00
parent 1a2fcbde3a
commit 180c9ac049
2 changed files with 13 additions and 14 deletions

View File

@@ -19,3 +19,4 @@ before_script:
- echo $TRAVIS_GO_VERSION
- if [[ $TRAVIS_GO_VERSION == 1.5* ]]; then errcheck ./...; fi
- go vet .
- go tool vet --shadow .