diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 14:43:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 14:43:46 -0600 |
| commit | 3a33ba5dad3c6307c74b859e8e9afe24b863a140 (patch) | |
| tree | ec434f9487f443d13707e77f2dc18b09e2cfc2af /Makefile | |
| parent | b19c1e237db79b615a037b6034d45ac54c7ff233 (diff) | |
minor changesv0.0.8
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,8 +1,16 @@ -redomod: +all: + @echo + @echo "Run: make redomod # to remake the go files" + @echo + +redomod: goimports rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy +goimports: + goimports -w *.go + download: go get -v go.wit.com/toolkits/debian go get -v go.wit.com/toolkits/tree |
