changed to example/
This commit is contained in:
parent
e79ba63466
commit
e725c0cc80
|
@ -6,3 +6,4 @@ go.sum
|
||||||
/work/*
|
/work/*
|
||||||
autogenpb*
|
autogenpb*
|
||||||
testfiles/testfiles
|
testfiles/testfiles
|
||||||
|
example/example
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -29,12 +29,12 @@ auto:
|
||||||
rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
|
rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
|
||||||
|
|
||||||
test:
|
test:
|
||||||
make -C testfiles full
|
make -C example full
|
||||||
|
|
||||||
junk:
|
junk:
|
||||||
cd testfiles; rm -f go.* *.pb.go
|
cd example; rm -f go.* *.pb.go
|
||||||
cd testfiles; ../autogenpb --proto auto.proto --package yellow
|
cd example; ../autogenpb --proto auto.proto --package yellow
|
||||||
cd testfiles; GO111MODULE=off go vet
|
cd example; GO111MODULE=off go vet
|
||||||
|
|
||||||
goimports:
|
goimports:
|
||||||
goimports -w *.go
|
goimports -w *.go
|
||||||
|
|
Loading…
Reference in New Issue