1
0
mirror of https://github.com/golang/go synced 2024-11-05 20:16:13 -07:00
go/internal/lsp/analysis/fillstruct
Josh Baum 0f592d2728 internal/lsp/analysis/fillstruct: use AST nodes to fill struct
The current implementation writes strings to the diagnostic instead
of creating new AST nodes.

Change-Id: Ibb37a93a3c43fb74ec5dc687091601e055c6e1b4
Reviewed-on: https://go-review.googlesource.com/c/tools/+/238198
Run-TryBot: Josh Baum <joshbaum@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-06-19 21:01:11 +00:00
..
testdata/src internal/lsp: port fill struct into analysis framework 2020-06-12 20:33:59 +00:00
fillstruct_test.go internal/lsp: port fill struct into analysis framework 2020-06-12 20:33:59 +00:00
fillstruct.go internal/lsp/analysis/fillstruct: use AST nodes to fill struct 2020-06-19 21:01:11 +00:00