protoc-go-launcher

command module
v0.0.0-...-9195cb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2025 License: MIT Imports: 6 Imported by: 0

README

protoc-go-launcher

Launcher of protoc & grpc Go code generator. Handles downloading protoc and Go protoc plugins automatically.

Installation
go install github.com/MartinRobomaze/protoc-go-launcher@latest
Usage

Command usage:

protoc-go-launcher --protoc_version <VERSION> PROTOC_COMMANDS

Example with protobuf spec in file helloworld/helloworld.proto:

protoc-go-launcher --protoc_version 32.0  \
    --go_out=. --go_opt=paths=source_relative \   
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    helloworld/helloworld.proto

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL