changed to example/

This commit is contained in:
Jeff Carr 2025-01-09 12:55:03 -06:00
parent e79ba63466
commit e725c0cc80
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ go.sum
/work/*
autogenpb*
testfiles/testfiles
example/example

View File

@ -29,12 +29,12 @@ auto:
rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
test:
make -C testfiles full
make -C example full
junk:
cd testfiles; rm -f go.* *.pb.go
cd testfiles; ../autogenpb --proto auto.proto --package yellow
cd testfiles; GO111MODULE=off go vet
cd example; rm -f go.* *.pb.go
cd example; ../autogenpb --proto auto.proto --package yellow
cd example; GO111MODULE=off go vet
goimports:
goimports -w *.go