|
hace 4 años | |
---|---|---|
.gitignore | hace 4 años | |
README.md | hace 4 años | |
handshark.proto | hace 4 años | |
login.proto | hace 4 años | |
result.proto | hace 4 años | |
userinfo.proto | hace 4 años |
//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 ```