|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| handshark.proto | %!s(int64=4) %!d(string=hai) anos | |
| login.proto | %!s(int64=4) %!d(string=hai) anos | |
| result.proto | %!s(int64=4) %!d(string=hai) anos | |
| userinfo.proto | %!s(int64=4) %!d(string=hai) anos |
//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 ```