Skip to content

DoOR-Team/protoc-gen-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc+grpcgatewayv1

  • 安装protobuf

    brew install protobuf
    # 获其他方法均可,protoc 3版本以上
  • 获取grpcgateway,通过git clone,这里grpcgateway是V1版本

    go install \
      github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway@v1.15.2 \
      github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger@v1.15.2
  • 通过本项目,生成protoc-gen-go

    cd $GOPATH/src/github.com/DoOR-Team/protoc-gen-go
    go install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors