commit | 2b0b585e22fe3a608b77eadd0606eed1880591b7 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Tue Mar 03 16:30:15 2020 -0500 |
committer | Rebecca Stambler <rstambler@golang.org> | Tue Mar 03 21:46:25 2020 +0000 |
tree | 1769a15920c712d4188fe114936e415f94ed4551 | |
parent | 658b03bcd3d8331a13df6c04da008afc9260239e [diff] |
internal/imports: don't set a logger unless the user has provided it Not sure why I thought it was a good idea to enable extra logging by default, but this was added in CL 184198. Fixes golang/go#37636 Change-Id: I1840a9e53625db99c9097f2c23500ae20d6dac1f Reviewed-on: https://go-review.googlesource.com/c/tools/+/221918 Reviewed-by: Dmitri Shuralyov <dmitshur@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 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.