vendor: Update github.com/thejerf/suture

This commit is contained in:
Jakob Borg
2016-09-13 21:43:44 +02:00
parent c3c7798446
commit 6af09c61be
8 changed files with 364 additions and 310 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/bash
GOLINTOUT=$(golint *go)
if [ ! -z "$GOLINTOUT" -o "$?" != 0 ]; then
echo golint failed:
echo $GOLINTOUT
exit 1
fi
go test