flake8
passed.
JSHint
passed.
Review Request #11170 — Created Sept. 11, 2020 and submitted
go vet
was complaining about the syntax used on a couple of the json
tags. This didn't actually affect the way the code ran, but did indicate
an incompatibility with reflection in Go 1.8+.
go vet ./...
without errors.