| commit | 3eebf4bf9d0bbed7d2f657662be1ce7d9509fa4a | [log] [tgz] |
|---|---|---|
| author | Ian Cottrell <iancottrell@google.com> | Tue Mar 31 21:00:00 2020 -0400 |
| committer | Ian Cottrell <iancottrell@google.com> | Mon Apr 06 14:43:41 2020 +0000 |
| tree | 02cc8a5f780d8be1c6a0c80151aee1c062091415 | |
| parent | 5c4bdbc02cb3fe7f1d2dbbc66030fb4ddf811227 [diff] |
internal/jsonrpc2: break Run up into composable handlers Change-Id: I9aff86f7ab06e61849495b9c73553147e29343f1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/226840 Run-TryBot: Ian Cottrell <iancottrell@google.com> 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.