diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 20:05:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 20:05:28 -0600 |
| commit | 60695905e00ae230f7c345a49d036392a6b3f766 (patch) | |
| tree | b958d87d8265acd12f19a8f588c8c1b1314b61fc | |
| parent | e9d281b4cadd6831612c4ddf92e22e85cbcdfa43 (diff) | |
minorv0.22.15
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ all: - @#GO111MODULE=off go build - @GO111MODULE=off go vet -x - @echo this go library package builds okay + @GO111MODULE=off go vet + @echo go vet: this go library package builds okay goimports: goimports -w *.go |
