Browse Source

first commit

DYH2020 5 years ago
commit
5be72247dc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -0,0 +1,8 @@
+
+## beego 官方文档:https://beego.me/docs/intro/
+
+## 1.go 文件生成方式 (参考文档:https://razeencheng.com/post/how-to-use-grpc-in-golang-01.html)
+* 在项目的根目录下执行
+```
+    protoc -I=grpc/def/ --go_out=plugins=grpc:grpc/ grpc/def/doctor.proto
+```