Skip to content

palchukovsky/protoc-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

protoc-install

Downloads and unpacks Protocol Buffers compiler protoc.

To install

Go has to be installed.

    go get github.com/palchukovsky/protoc-install

To run

Arguments

  • -type: "cli" for protoc or "grpc-web" for gRPC Web protoc plugin
  • -ver: version to install
  • -out: output directory

Example

    protoc-install -type cli -ver 3.10.1 -out bin