diff options
| author | Jeff Carr <[email protected]> | 2023-04-22 08:34:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-22 08:34:09 -0500 |
| commit | 2b10d882a35d5a8b79c7d48eaa59e7d027be5e8d (patch) | |
| tree | d8f3bada35e89928bc34deaf0b4ac13a6e9b3554 /toolkit | |
| parent | c5be9b7ae9cdf1889206cf33aabef4d078bfd2db (diff) | |
make goget
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit')
| -rw-r--r-- | toolkit/gocui/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/gocui/Makefile b/toolkit/gocui/Makefile index 35e4e96..43e804f 100644 --- a/toolkit/gocui/Makefile +++ b/toolkit/gocui/Makefile @@ -1,6 +1,9 @@ all: plugin ldd ../gocui.so +goget: + GO111MODULE="off" go get -v -t -u + build: GO111MODULE="off" go build |
