diff options
| author | Jeff Carr <[email protected]> | 2024-02-16 11:40:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-16 11:40:19 -0600 |
| commit | d6f9401f6153abeb5b5ab1df61355569fc9d5a71 (patch) | |
| tree | a2d93650a2aa8aac6e02195cd16e4547aa613dca | |
| parent | 66694c1a09ff2522e553d37eeb025b183dea551d (diff) | |
| -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: |
