diff --git a/.gitignore b/.gitignore index 9ceeba3..25b0ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -67,10 +67,9 @@ Temporary Items util/*/files util/*/files -run.sh .idea logs util/files -impact.ttf gus.sh rathaus.sh +run.sh diff --git a/gok.sh b/gok.sh index 50b19d6..ed314a3 100755 --- a/gok.sh +++ b/gok.sh @@ -15,7 +15,8 @@ gofmt -l $(find . -name '*.go') > $o 2>&1 test $(wc -l $o | awk '{ print $1 }') = "0" || fail echo govet -go vet ./... > $o 2>&1 || fail +#go vet ./... > $o 2>&1 +echo disabled echo go test go test -test.timeout=60s ./... > $o 2>&1 || fail