commit | a02cf328666cd2e8caea12c3b93a92eb64150219 | [log] [tgz] |
---|---|---|
author | Ian Cottrell <iancottrell@google.com> | Tue May 05 23:20:34 2020 -0400 |
committer | Ian Cottrell <iancottrell@google.com> | Wed May 27 14:25:21 2020 +0000 |
tree | 0f172514c272c0fb9de2092ef1d876784692feb3 | |
parent | 8b020aee10d2dc97e13b76ce01b59c9b5d4a4d0f [diff] |
internal/stack: adding an internal stack dump parsing library This can be used either to directly parse runtime.Stack output or process text that includes stack dumps, like test timeouts or panics. It includes a binary, gostacks that processes stdin to stdout replacing stack dumps in place. Change-Id: Id7b1cfd69b8aea36c66f12ec0bdf38b68cba5afb Reviewed-on: https://go-review.googlesource.com/c/tools/+/232658 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.