- Deps are committed, but if there are issues with them
glide install
make
to build examples, then cd into each folder to run themmake test
to run all tests
./cli-service --mode=serve
in one terminal tab to run the broker/log server./cli-service --mode=write --priority=[1|2|3] --msg="This is a log message"
in another terminal tab to write to logging system./cli-service --mode=read
in another terminal tab to read logs from the system- Be sure to watch the server tab for fun colorful system event logs