diff options
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ all: ./helloworld gocui: + GO111MODULE=off go build -v -x ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1 goimports: |
![]() |
index : gui/helloworld | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 1 |
@@ -3,6 +3,7 @@ all: ./helloworld gocui: + GO111MODULE=off go build -v -x ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1 goimports: |