summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 879facc..af5ce76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
all:
- go build -v -x
+ GO111MODULE=off go build -v -x
./helloworld
-push:
- git add --all
- git commit -a
- git push
+gocui:
+ ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1
+
+goimports:
+ goimports -w *.go
redomod:
rm -f go.*