diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 15:24:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 15:24:34 -0600 |
| commit | 708ea661988fd0e4886fc63f3f6dffe25b6fa276 (patch) | |
| tree | 57c31d8d59129a6eee1b3226b77e8ea5d8153262 /andlabs/Makefile | |
| parent | 88feec1747d845cdb075bbe2919721480966a1f6 (diff) | |
clean go mod filesv0.12.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/Makefile')
| -rw-r--r-- | andlabs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/andlabs/Makefile b/andlabs/Makefile index b839c33..331617a 100644 --- a/andlabs/Makefile +++ b/andlabs/Makefile @@ -5,3 +5,9 @@ plugin: goget: GO111MODULE="off" go get -v -t -u + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy + |
