commit | b40df0fb21c33a42fff2bf0316d73f412f6b7b3e | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Tue Feb 12 13:13:49 2019 -0500 |
committer | Ian Cottrell <iancottrell@google.com> | Fri Mar 08 14:21:31 2019 +0000 |
tree | 4a2a77e38aced1f321c3bbdec779ec24c55873d1 | |
parent | 6a08e3108db3c45254bbacc63c70c6addc62e6cb [diff] |
internal/span: adding a source location package to unify the pos conversions This implements a standard way of describing source locations along with printing and parsing of those locations and conversion to and from the token.Pos forms. Change-Id: Ibb3df0a282bc2effb0fa8bd3a51bb0d281b2ffb1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/163778 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@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.