aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-04-10 21:29:42 +0200
committerJakob Unterwurzacher2016-04-10 21:31:15 +0200
commitbd5405189eb27d463e25c43691b19dbdf174d3a8 (patch)
treea78d909a5fac9b3c642ea5c1a715a08bffa54965 /test.bash
parentbd1f17ca9f210b318e28d7ed233698b950d564b8 (diff)
Fix "go tool vet -shadow=true" warnings
Among those one real bug.
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index d4d26ae..c8f209a 100755
--- a/test.bash
+++ b/test.bash
@@ -7,3 +7,5 @@ cd "$(dirname "$0")"
source build.bash
go test ./... $*
+
+go tool vet -shadow=true .