From bd5405189eb27d463e25c43691b19dbdf174d3a8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 Apr 2016 21:29:42 +0200 Subject: Fix "go tool vet -shadow=true" warnings Among those one real bug. --- test.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.bash') 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 . -- cgit v1.2.3