flake8
passed.
JSHint
passed.
Review Request #9750 — Created March 6, 2018 and submitted
There were two problems preventing building and unit tests from
succeeding:
logRequest
in server.go had a typo, using%s
in a format%d
(this is an issue where thego test
.