locking seems to work in or out of the .proto file
This commit is contained in:
parent
65aa8e85b1
commit
fe98085712
|
@ -8,11 +8,10 @@ vet:
|
|||
@GO111MODULE=off go vet
|
||||
|
||||
build:
|
||||
rm -f fruit.newsort.pb.go
|
||||
GO111MODULE=off go build
|
||||
|
||||
auto:
|
||||
../autogenpb --proto fruit.proto --package main
|
||||
../autogenpb --proto fruit.proto --package main --mutex
|
||||
|
||||
goimports:
|
||||
goimports -w *.go
|
||||
|
|
Loading…
Reference in New Issue