commit | 3512ebf574070dbaaeb934f514c1a9ba1330b8f0 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Mon Sep 16 13:27:06 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Sep 16 17:33:50 2019 +0000 |
tree | f935db623d7f68c5e84cbbd2785d7b454637c5a2 | |
parent | cb62a53de38719f7a621166e1fdda4c66eef64d1 [diff] |
gopls: update go.mod Change-Id: Ie42b99e23d94d8a5f745cbfb81d943f7a4d73867 Reviewed-on: https://go-review.googlesource.com/c/tools/+/195657 Run-TryBot: Rebecca Stambler <rstambler@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.