repository
0.0.0-20201027014704-22a9794d5a11
Repository: https://github.com/lifenglsf/grpc_demo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
grpc_demo
使用vscode进行代码编写 proto vscode配置: "protoc": { "path": "/usr/bin/protoc", "options": [ "--proto_path=protos" ] 这样import .proto可以不用写全路径