flake8
passed.
JSHint
passed.
Review Request #10042 — Created June 27, 2018 and submitted
We currently don't handle graceful shutdown, which is the idiomatic way
of notifying processes that they should. This patch adds support for
that.
go fmt ./...
.go test ./...
.kill -sTERM (pgrep rb-gateway)
; the process terminated cleanly.