summaryrefslogtreecommitdiff
path: root/toolkit/andlabs
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-24 06:22:14 -0500
committerJeff Carr <[email protected]>2023-04-24 06:22:14 -0500
commitd38b05d2d5a2c2ff0c66b541f7d80cbd1c250d76 (patch)
tree5c0540c8efac7cf59fefc2624bf8de5654a7393f /toolkit/andlabs
parentfbe943540106f1c12971932fd92f9395bbe214b3 (diff)
gocui: always show STDOUT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs')
-rw-r--r--toolkit/andlabs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/andlabs/Makefile b/toolkit/andlabs/Makefile
index 8b0502c..65bd8f0 100644
--- a/toolkit/andlabs/Makefile
+++ b/toolkit/andlabs/Makefile
@@ -2,3 +2,6 @@ all: plugin
plugin:
GO111MODULE="off" go build -buildmode=plugin -o ../andlabs.so
+
+goget:
+ GO111MODULE="off" go get -v -t -u