go/go
Pontus Leitzler 090fee60cc go/analysis/passes/fieldalignment: suggest fix for multi-named fields
Add support for providing a suggested fix when the struct have field
lines with multiple names, such as:

type s struct {
    b bool
    i1, i2 int
    a3 [3]bool
    _ [0]func()
}

This was a leftover from CL 270217.

Change-Id: Icccec5b8b4b82823cee33b7a84d0cccab38b6f45
Reviewed-on: https://go-review.googlesource.com/c/tools/+/273346
Reviewed-by: Michael Matloob <matloob@golang.org>
Trust: Pontus Leitzler <leitzler@gmail.com>
2020-12-03 22:49:13 +00:00
..
analysis go/analysis/passes/fieldalignment: suggest fix for multi-named fields 2020-12-03 22:49:13 +00:00
ast go/ast/inspector: impose maximum capacity 2020-04-10 18:16:43 +00:00
buildutil all: fix more typos 2019-09-11 15:13:14 +00:00
callgraph all: add a space before +build in build tag comments 2019-09-08 12:23:18 +00:00
cfg all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
expect all: update dependencies in go.mod file 2020-07-06 23:19:48 +00:00
gccgoexportdata go/gccgoexportdata: correctly handle archive files containing string tables 2016-11-09 21:28:38 +00:00
gcexportdata Revert "go/internal/gcimporter: remove support for binary export data" 2020-05-26 20:26:39 +00:00
internal go/packages: start with empty environment 2020-11-16 17:23:36 +00:00
loader go/loader: loosen a test assertion on go/types error messages 2020-11-05 00:16:34 +00:00
packages go/packages: handle variation an an error message 2020-11-16 18:20:00 +00:00
pointer all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
ssa Handle BareInits option in ssa.BuilderMode 2020-11-19 13:27:11 +00:00
types go/types/objectpath: cache result of call to scope.Names 2020-05-05 02:31:15 +00:00
vcs go/vcs: ignore "mod" VCS type 2019-05-06 14:53:03 +00:00