summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 18:46:11 -0600
committerJeff Carr <[email protected]>2024-12-01 18:46:11 -0600
commit2ebdd32040635ac84d173ebb315dc65b35af2b57 (patch)
treee674aa63d7dbb4c0a0c36650b148cb3dd6884894
parent390bbae4359ab4630287450af5ad6cb6b53bddf7 (diff)
move example to wit-utilsv0.0.16
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5af5f94..06dd2ce 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,6 @@
all: gitTag.pb.go goDep.pb.go repo.pb.go vet
-test:
- make -C scanGoSrc/
-
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay
@@ -17,7 +14,6 @@ vet:
# autofixes your import headers in your golang files
goimports:
goimports -w *.go
- make -C scanGoSrc/ goimports
redomod:
rm -f go.*
@@ -28,7 +24,6 @@ redomod:
clean:
rm -f *.pb.go
-rm -f go.*
- make -C scanGoSrc clean
#refs.pb.go: refs.proto
# cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \