commit | 71c3ad9cb704149e1ae1c2c6143be90c7d844af7 | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Wed Jun 12 22:04:42 2019 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Mon Sep 23 16:54:24 2019 +0000 |
tree | 6cbf38949545f039253c7647513fe9485b0d26f6 | |
parent | 9cb49539a2157990f6288ba3442007f21f9c17c1 [diff] |
gopls: adding static check to the new gopls module Change-Id: Ic07741211632edb2d808f0e5fd213da3dfef5676 Reviewed-on: https://go-review.googlesource.com/c/tools/+/182179 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.