diff options
author | Jakob Unterwurzacher | 2016-04-10 21:29:42 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-04-10 21:31:15 +0200 |
commit | bd5405189eb27d463e25c43691b19dbdf174d3a8 (patch) | |
tree | a78d909a5fac9b3c642ea5c1a715a08bffa54965 /test.bash | |
parent | bd1f17ca9f210b318e28d7ed233698b950d564b8 (diff) |
Fix "go tool vet -shadow=true" warnings
Among those one real bug.
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ cd "$(dirname "$0")" source build.bash go test ./... $* + +go tool vet -shadow=true . |