commit | 7124308813f300b29d4be671c4e436044b0a7af6 | [log] [tgz] |
---|---|---|
author | Rohan Challa <rohan@golang.org> | Tue Feb 04 10:41:36 2020 -0500 |
committer | Rohan Challa <rohan@golang.org> | Tue Feb 04 19:24:00 2020 +0000 |
tree | ef312d2b24823b310cefa963c3c6b8519e806119 | |
parent | 1cc6d1ef6c743b46817e84e7fde3eae82816dc9d [diff] |
internal/lsp/tests: add severity parameter to @diag markers This change will add another parameter to the diagnostic markers (@diag). Change-Id: I69f4672e7d5417099c11d1a46d9bc45a4d1e5ecc Reviewed-on: https://go-review.googlesource.com/c/tools/+/217719 Run-TryBot: Rohan Challa <rohan@golang.org> 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.