diff options
Diffstat (limited to 'cmds/helloworld')
| -rw-r--r-- | cmds/helloworld/Makefile | 1 |
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 . |
