diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 17:10:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 17:10:41 -0600 |
| commit | 4a079f8346fb54a3f4b7e15c3d89701f643099ce (patch) | |
| tree | 3cdb3cc1ba09902f4e969e6ce617fbeb9de11476 /Makefile | |
| parent | 8ae3b987acf65f6a1f8ca01060ebb0eeb42aae4d (diff) | |
messing with go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -80,6 +80,11 @@ github: @echo check https://github.com/wit-go/gui @echo +redomod: + rm -f go.* + go mod init + go mod tidy + doc: godoc -v |
