hitzhangjie / protoc-gen-gorpc

protoc-gen-gorpc is a protoc plugin for generating gorpc code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protoc-gen-gorpc

Introduction

protoc-gen-gorpc is a protoc plugin for generating gorpc code.

Usage

how to use this plugin:

protoc --gorpc_out=plugins=gorpc:. ${filename}.proto

Installation

you can install this plugin by run:

go install github.com/hitzhangjie/protoc-gen-gorpc

More

please watch go-rpc project, it's a simple and beautiful rpc framework written in go.

About

protoc-gen-gorpc is a protoc plugin for generating gorpc code


Languages

Language:Go 99.9%Language:Makefile 0.1%