English | 简体中文
Gools (go tools) is a set of go tools for building your applications more convenient.
The gools project provides several tools for you to build your application:
- cmd - cmd contains several useful commands.
- protoc-gen-gin-http - a protoc plugin to help you generate gin's http rpc handlers from proto files.
- publisher - a tool using
//go:embed
to publish package files to your project. - grpc - grpc provides several grpc related tools.
- kafka - a kafka consumer group package, you only need to focus on your own consume logic.
go get -u github.com/god-jay/gools