Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

sagikazarmark/protoc-gen-kit

Repository files navigation

⚠ Project moved

The project has been moved to a new place: https://github.com/sagikazarmark/protoc-gen-go-kit

Go Kit Protoc Compiler

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

Protoc compiler for Go kit code.

IMPORTANT: This project is work in progress.

Installation

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

go get github.com/sagikazarmark/protoc-gen-kit

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.