mirror of
https://github.com/golang/debug.git
synced 2026-03-20 05:04:19 +00:00
[mirror] debugging tools
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I33d5a53e8dfb44817d50987e06789618f77f071f Reviewed-on: https://go-review.googlesource.com/c/debug/+/752841 Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> |
||
|---|---|---|
| cmd/viewcore | ||
| dwtest | ||
| internal | ||
| third_party/delve | ||
| codereview.cfg | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
Go Debug
This repository holds utilities and libraries for debugging Go programs.
WARNING! Please expect breaking changes and unstable APIs. Most of them are currently at an early, experimental stage.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/debug.
The main issue tracker for the debug repository is located at https://go.dev/issues. Prefix your issue with "x/debug:" in the subject line, so it is easy to find.