• 
      

    [WIP] Add Go tool

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

    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

    Description From Last Updated

    E999 SyntaxError: EOL while scanning string literal

    reviewbotreviewbot

    W293 blank line contains whitespace

    reviewbotreviewbot
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

    ammar
    Review request changed
    Status:
    Discarded