Skip to content

Commit

Permalink
change common/pb/trie.proto from golang protobuf to gogo protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Silentttttt committed May 21, 2018
1 parent c8c992e commit 4c33d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 270 deletions.
2 changes: 1 addition & 1 deletion common/trie/pb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GO = $(PB:.proto=.pb.go)
all: $(GO)

%.pb.go: %.proto
protoc --gofast_out=. $<
protoc --gogo_out=. $<

clean:
rm *.pb.go
274 changes: 5 additions & 269 deletions common/trie/pb/trie.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c33d5c

Please sign in to comment.