diff options
| -rwxr-xr-x | test.bash | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -31,9 +31,9 @@ if [[ $OSTYPE == linux* ]] ; then  fi  if go tool | grep vet > /dev/null ; then -	go tool vet -all -shadow . +	go vet -all -shadow ./...  else -	echo "'go tool vet' not available - skipping" +	echo "'go vet' not available - skipping"  fi  # We don't want all the subprocesses holding the lock file open | 
