go/go/analysis
nu50218 797567968e go/analysis/singlechecker: append a newline after "Flags:"
Currently `flag.Usage` set in `Main` prints a message as follows,
```
⋮
Flags:  -V      print version and exit
⋮
```
but this should be
```
⋮
Flags:
  -V      print version and exit
⋮
```
It seems this is caused by [this](https://go-review.googlesource.com/c/tools/+/162717).

Change-Id: Ida7223e87677da4b5f280708213a526b5973ce78
GitHub-Last-Rev: ed2729641cc564c66689fd959fdbcc341b9e7c77
GitHub-Pull-Request: golang/tools#213
Reviewed-on: https://go-review.googlesource.com/c/tools/+/223123
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-03-12 17:39:32 +00:00
..
analysistest go/analysis/analysistest: accept comments of /* */ form 2019-12-30 18:57:20 +00:00
doc all: fix more typos 2019-09-11 15:13:14 +00:00
internal go/analysis/internal/checker: format files modified by -fix 2019-12-04 21:18:04 +00:00
multichecker Revert "go/packages: temporarily disable some tests running on go tip with -race" 2019-10-28 14:32:39 +00:00
passes go/analysis/passes/printf: give leeway for fmt.Formatter satisfaction 2020-03-11 09:07:12 +00:00
singlechecker go/analysis/singlechecker: append a newline after "Flags:" 2020-03-12 17:39:32 +00:00
unitchecker go/analysis/unitchecker: add erroras analysis to align with go vet 2019-11-11 15:48:04 +00:00
analysis.go go/analysis: rename reportNodef to ReportRangef 2019-10-28 19:16:33 +00:00
diagnostic.go go/analysis, internal/lsp: add support for related information 2019-10-21 19:00:55 +00:00
doc.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
validate.go go/analysis: remove requirement for unique Analyzer names 2019-10-16 18:38:41 +00:00