commit | ccaaa5c26f8a627c16b713fee928468693a8555d | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Thu Apr 02 12:43:08 2020 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Mon Apr 06 14:44:07 2020 +0000 |
tree | 02c9e293a8b5ccc8ae08a1ba4aa48a4fab0193f8 | |
parent | 17cc17e0bb74137d1861b97dacbb1d8c8f45f9e3 [diff] |
internal/jsonrpc2: dont add any handlers by default This pushes the handler construction out to the user, allowing flexability of use, and is the final stage of the switch to the new handler API. Change-Id: Id2e61813a817df0d6e4d20dd47ce8c92b0ae87db Reviewed-on: https://go-review.googlesource.com/c/tools/+/227024 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@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.