• go grpc


    https://godoc.org/google.golang.org/grpc

    go get google.golang.org/grpc

    go get -a github.com/golang/protobuf/protoc-gen-go

    protoc --go_out=plugins=grpc:. helloworld.proto

    ----------------------------------------------------------------------

    安装gogoprotobuf:
         1 go get github.com/gogo/protobuf/proto
         2 go get github.com/gogo/protobuf/protoc-gen-gogo
         3 go get github.com/gogo/protobuf/gogoproto
         4 go get github.com/gogo/protobuf/protoc-gen-gofast
  • 相关阅读:
    ES6 解构
    flutter
    selenium
    selenium
    python
    selenium
    selenium
    selenium
    selenium
    selenium- SMTP发送邮件
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/7764373.html
Copyright © 2020-2023  润新知