move example to wit-utils

This commit is contained in:
Jeff Carr 2024-12-01 18:46:11 -06:00
parent 390bbae435
commit 2ebdd32040
1 changed files with 0 additions and 5 deletions

View File

@ -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 \