该项目是作为一个beego的demo项目,用于demo功能的测试

DYH2020 5be72247dc first commit 5 anni fa
README.md 5be72247dc first commit 5 anni fa

README.md

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