summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 15:37:31 -0600
committerJeff Carr <[email protected]>2024-12-04 15:37:31 -0600
commit77cd0ae36e79748b56e9bf0964fee677631f9fd0 (patch)
tree7965bc6b2daf204a56d13f1a9ba0a99245115e0c /Makefile
parent4a64e3a7c292c4976eaa80891ccaff09a62e8dc2 (diff)
always run goimports. misc other changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac11b12..6d2f9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# go install
-all: gitTag.pb.go goDep.pb.go repo.pb.go vet
+all: goimports gitTag.pb.go goDep.pb.go repo.pb.go vet
vet:
@GO111MODULE=off go vet