Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifenglsf/grpc_demo
https://github.com/lifenglsf/grpc_demo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lifenglsf/grpc_demo
- Owner: lifenglsf
- License: mit
- Created: 2020-08-26T01:54:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T01:47:14.000Z (about 4 years ago)
- Last Synced: 2024-06-20T18:27:35.637Z (5 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc_demo
使用vscode进行代码编写
proto vscode配置:
"protoc": {
"path": "/usr/bin/protoc",
"options": [
"--proto_path=protos"
]
这样import .proto可以不用写全路径