diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 19:23:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 19:23:28 -0600 |
| commit | 69ad3b12ac3f44703ae8a6c8a771af56f902252b (patch) | |
| tree | e0557ad61ed9cf72e096a8e5623972d472511b3e /Makefile | |
| parent | 3b258d0ce0e20ffedf8804409a16abbe84f1d383 (diff) | |
go modv0.10.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,8 +82,8 @@ github: redomod: rm -f go.* - go mod init - go mod tidy + GO111MODULE= go mod init + GO111MODULE= go mod tidy doc: godoc -v |
