From c750e44b52df0cc49e22aeaf3f04740a9fc464e4 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 22 May 2019 10:27:38 +0100 Subject: [PATCH] Saving your changes *before* comitting is sometimes useful --- scripts/build-test-lint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build-test-lint.sh b/scripts/build-test-lint.sh index 6ddc064d2..2f856f5ad 100755 --- a/scripts/build-test-lint.sh +++ b/scripts/build-test-lint.sh @@ -4,9 +4,6 @@ set -eu -echo "Checking that it builds" -go build - # Check that all the packages can build. # When `go build` is given multiple packages it won't output anything, and just # checks that everything builds.