mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Move pkg/proto to pkg/pb
This commit is contained in:
parent
783f95dad3
commit
72bcdaaf25
2
Makefile
2
Makefile
|
@ -169,4 +169,4 @@ static: frontend/out/index.html pkg/server/assets.go
|
|||
.PHONY: bbgo bbgo-slim-darwin bbgo-slim-darwin-amd64 bbgo-slim-darwin-arm64 bbgo-darwin version dist pack migrations static embed desktop .FORCE
|
||||
|
||||
protobuf:
|
||||
protoc -I=$(PWD)/pkg/protobuf --go_out=$(PWD)/pkg/protobuf $(PWD)/pkg/protobuf/bbgo.proto
|
||||
protoc -I=$(PWD)/pkg/pb --go_out=$(PWD)/pkg/pb $(PWD)/pkg/pb/bbgo.proto
|
||||
|
|
Loading…
Reference in New Issue
Block a user