commit | e10408200fe9a3b7b1d3e07bede3214d321974fe | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Fri Aug 10 13:04:38 2018 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Aug 13 16:50:33 2018 +0000 |
tree | d6343a8031b13c20ccc99b5044f55a15fb9de7e1 | |
parent | 27709f6afec43b6c6d899bd199bf0f39c731216c [diff] |
cmd/guru: fix tests for line directives in Go 1.11 Go 1.11 changed the behavior of line directives, so reflect that in the golden files for tests. Change-Id: I7df282dfbeb3bfc5d75481c345acf724bb0b25bf Reviewed-on: https://go-review.googlesource.com/128999 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@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.