Saving your changes *before* comitting is sometimes useful

This commit is contained in:
Brendan Abolivier 2019-05-22 10:27:38 +01:00
parent ade3c8ce04
commit c750e44b52

View file

@ -4,9 +4,6 @@
set -eu set -eu
echo "Checking that it builds"
go build
# Check that all the packages can build. # Check that all the packages can build.
# When `go build` is given multiple packages it won't output anything, and just # When `go build` is given multiple packages it won't output anything, and just
# checks that everything builds. # checks that everything builds.