Events-Worker 🏃♂ How to run # download packages $ go mod download # prod mode $ make build && make run # dev mode $ make server 🐳 How to run with Docker $ sh dk.sh 🧪 How to run the tests # With no coverage $ make test # With coverage $ make coverage