[mirror] debugging tools
Перейти к файлу
Ian Lance Taylor 885ca4e683 README: mention the git repo
Change-Id: I7c8bfa41bf29c42fa20478f0ba51f5d74f035876
Reviewed-on: https://go-review.googlesource.com/c/debug/+/625675
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2024-11-12 18:37:18 +00:00
cmd/viewcore
dwtest
internal internal/gocore: fix large types dereference (Go 1.22+) 2024-10-14 01:08:16 +00:00
CONTRIBUTING.md
LICENSE
README.md README: mention the git repo 2024-11-12 18:37:18 +00:00
codereview.cfg
go.mod go.mod: update golang.org/x dependencies 2024-11-07 21:28:02 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-11-07 21:28:02 +00:00

README.md

Go Debug

Go Reference

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are 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.