[WIP] Add Go tool

Review Request #10300 — Created Nov. 1, 2018 and discarded — Latest diff uploaded

ammar
ReviewBot
master
reviewbot, students

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
constructs

2) gofmt # formats the code

WIP

    Loading...