diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 18:49:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 18:49:11 -0600 |
| commit | a8d32f0e1624567d93ecb8d6ed0fbc37277303e2 (patch) | |
| tree | 4d34f147ece94582210704a626a0d940a158ba16 /Makefile | |
| parent | 5d232293a002cc4b5bcb949a0e329337ab4e90b4 (diff) | |
more things moved to gitpbv0.22.35
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,13 +1,9 @@ -all: +all: goimports @GO111MODULE=off go vet @echo go vet: this go library package builds okay goimports: goimports -w *.go -redomod: clean - GO111MODULE= go mod init - GO111MODULE= go mod tidy - clean: rm -f go.* |
