[WIP] Add Go tool
Review Request #10300 — Created Nov. 1, 2018 and discarded — Latest diff uploaded
Add more support for the Go language. This patch adds a Go Tool class which
runs two commands on go files:1) go tool vet # static code analysis to find possible bugs or suspicious
constructs2) gofmt # formats the code
WIP