diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 06:08:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 06:08:48 -0600 |
| commit | 7df10fba519944c1dae55625b10b0677b639febb (patch) | |
| tree | 86c093c3eb7b1312a540f09742ad23aca827dd79 | |
| parent | de71f2692a673089d10888faefca79775b4effb2 (diff) | |
fix orderv0.0.49
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # go install -all: goimports gitTag.pb.go goDep.pb.go repo.pb.go vet +all: gitTag.pb.go goDep.pb.go repo.pb.go goimports vet generate: clean go-mod-clean |
