|
|
4 年之前 | |
|---|---|---|
| .gitignore | 4 年之前 | |
| README.md | 4 年之前 | |
| handshark.proto | 4 年之前 | |
| login.proto | 4 年之前 | |
| result.proto | 4 年之前 | |
| userinfo.proto | 4 年之前 |
//gogo
go get github.com/gogo/protobuf/protoc-gen-gogo
//gofast
go get github.com/gogo/protobuf/protoc-gen-gofast
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/gogoproto //这个不装也没关系
//gofast protoc --gofast_out=. *.proto ```