sagikazarmark / protoc-gen-go-kit

Protoc compiler for Go kit code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Kit Protoc Compiler

GitHub Workflow Status Go Report Card go.dev reference built with nix

Protobuf compiler plugin for Go Kit.

IMPORTANT: This project is work in progress.

Installation

Download prebuilt binaries from the releases page or install it from source:

go install github.com/sagikazarmark/protoc-gen-go-kit@latest

Development

When all coding and testing is done, please run the test suite:

make check

For the best developer experience, install Nix and direnv.

Alternatively, install Go manually or using a package manager. Install the rest of the dependencies by running make deps.

License

The project is licensed under the MIT License.

About

Protoc compiler for Go kit code

License:MIT License


Languages

Language:Go 45.0%Language:Makefile 41.1%Language:Nix 13.9%