1
0
mirror of https://github.com/golang/go synced 2024-11-06 04:26:11 -07:00
go/internal/lsp/analysis/fillstruct
Josh Baum a1e2396bbd internal/lsp: port fill struct into analysis framework
The current implementation of the fill struct tool is not a part of
the analysis framework. This commit moves the functionality from the
source directory to the analysis directory.

Change-Id: Ibe37b57f3e6680c8729932dbbe010a4642600e4a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/237258
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-06-12 20:33:59 +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: port fill struct into analysis framework 2020-06-12 20:33:59 +00:00