commit | a1e2396bbdd166426ac9dc7d76d96c20e31c4e0c | [log] [tgz] |
---|---|---|
author | Josh Baum <joshbaum@google.com> | Tue Jun 09 17:09:06 2020 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Fri Jun 12 20:33:59 2020 +0000 |
tree | 47f25ab2235f48b4af2162c3a60e3aebbbc01a23 | |
parent | 4651fa30542f4f2b7c868194e30c535d65d0ccda [diff] |
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>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc
and vet
for example, are included in binary Go distributions.
Others, including the Go guru
and the test coverage tool, can be fetched with go get
.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
This repository uses prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.