解决mac下GOPATH变量读取问题
This commit is contained in:
parent
32c1c1b96f
commit
bd91935a9c
2
Makefile
2
Makefile
|
|
@ -1,3 +1,3 @@
|
||||||
.PHONY: proto
|
.PHONY: proto
|
||||||
proto:
|
proto:
|
||||||
protoc -I. -I$(GOPATH)/src/googleapis --swagger_out=logtostderr=true:. --grpc-gateway_out=logtostderr=true:. --go_out=plugins=grpc:proto/ proto/*.proto
|
protoc -I. -I${GOPATH}/src/googleapis --swagger_out=logtostderr=true:. --grpc-gateway_out=logtostderr=true:. --go_out=plugins=grpc:proto/ proto/*.proto
|
||||||
Loading…
Reference in New Issue