summaryrefslogtreecommitdiff
path: root/cmds/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/helloworld')
-rw-r--r--cmds/helloworld/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile
index 23d5aaa..961ed8c 100644
--- a/cmds/helloworld/Makefile
+++ b/cmds/helloworld/Makefile
@@ -4,6 +4,7 @@ run: build
build-release:
go get -v -u -x .
go build
+ ./helloworld
build:
GO111MODULE="off" go get -v -x .