Installation
Package messagebus provides simple async message publisher.
Installation
Install the message-bus package by calling the following command:
go get -u github.com/vardius/message-bus
Import package as follow
import "github.com/vardius/message-bus"