Skip to content
forked from c9s/bbgo

Commit

Permalink
Move pkg/proto to pkg/pb
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Feb 18, 2022
1 parent 783f95d commit 72bcdaa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 72bcdaa

Please sign in to comment.