summaryrefslogtreecommitdiff
path: root/example1
diff options
context:
space:
mode:
Diffstat (limited to 'example1')
-rw-r--r--example1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example1/Makefile b/example1/Makefile
index 9fc318d..7b4c2b6 100644
--- a/example1/Makefile
+++ b/example1/Makefile
@@ -1,3 +1,3 @@
all:
- go build
- ./example1
+ # go build
+ GO111MODULE="off" go run main.go