diff options
| author | Jeff Carr <[email protected]> | 2023-04-24 06:22:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-24 06:22:14 -0500 |
| commit | d38b05d2d5a2c2ff0c66b541f7d80cbd1c250d76 (patch) | |
| tree | 5c0540c8efac7cf59fefc2624bf8de5654a7393f /toolkit/andlabs | |
| parent | fbe943540106f1c12971932fd92f9395bbe214b3 (diff) | |
gocui: always show STDOUT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs')
| -rw-r--r-- | toolkit/andlabs/Makefile | 3 |
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 |
