Skip to content

Library to discuss with RabbitMQ via Protobuf, built in Go

License

Notifications You must be signed in to change notification settings

kaellybot/kaelly-amqp

Repository files navigation

Kaelly-amqp

Golangci-lint Test codecov

Library to discuss with RabbitMQ via Protobuf, built in Go

Installation

This project uses the protoc command to generate Go files from proto files.

  • To install the protobuf compiler:
apt install protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
  • To generate new go file based on proto source:
protoc --go_out=. rabbitmq.proto

About

Library to discuss with RabbitMQ via Protobuf, built in Go

Topics

Resources

License

Stars

Watchers

Forks

Languages