Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 263 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 263 Bytes

Go Rabbitmq

Go Clean Architecture With Jaeger and RabbitMQ

How To Run

Run jaeger and rabbitmq

docker compose up

Run Server Run using go run

go run cmds/app/main.go

Run using air

make run