TiDB protobuf files
- Can be downloaded at https://github.com/google/protobuf
go get -u github.com/gogo/protobuf/protoc-gen-gofastcd $GOPATH/src/github.com/gogo/protobufgit checkout v0.5rm $GOPATH/bin/protoc-gen-gofastgo get github.com/gogo/protobuf/protoc-gen-gofast
We generate all go code in pkg folder and rust in src folder.
make