[WIP] Add Go tool

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

Information

ReviewBot
master

Reviewers

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

bot/setup.py
bot/reviewbot/tools/buildbot.py
bot/reviewbot/tools/go.py
docs/reviewbot/tools/buildbot.rst
docs/reviewbot/tools/cpplint.rst
docs/reviewbot/tools/flake8.rst
docs/reviewbot/tools/pycodestyle.rst
docs/reviewbot/tools/pyflakes.rst
Loading...