Go client for MET Messaging system (MMS)
For being able to use statik binary, you need to have go's bin directory in the path, most probably ~/go/bin or ~/.local/go/bin.
cd go-mmsmake depsmake./mmsd
The first step is only relevant for a system where MMS has been installed as a module.
make image
docker run -i -p 4222:4222 -p 8080:8080 mmsd
- install go-plantuml:
go get -u github.com/bykof/go-plantuml make puml