commit | 5f4a60f04f23ac48e0665f257413ae3eacf339be | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Wed Dec 12 13:11:39 2018 -0500 |
committer | Heschi Kreinick <heschi@google.com> | Wed Dec 12 18:25:43 2018 +0000 |
tree | 69fb4ee9c2694dfcf638edc7a84689ceed5583de | |
parent | 837e80568c097270a86b7410b4b6d2f8de427d2e [diff] |
imports: fix renamed sibling imports more This is the fix I should have made in CL 153440. What I get for being in a rush. Fixes golang/go#29180 Change-Id: I7ee3e26173b86c70574b9710f84094e46db27a37 Reviewed-on: https://go-review.googlesource.com/c/153859 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
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.