KaellyBot / Kaelly-amqp

Library to discuss with RabbitMQ via Protobuf, built in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%