commit | a1f165e1349eb0f5fc9b0c99b44c5a7c2ab93e91 | [log] [tgz] |
---|---|---|
author | Nicolas Hillegeer <aktau@google.com> | Tue Oct 08 01:48:36 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Wed Oct 09 15:33:43 2024 +0000 |
tree | 91dda59b0604047d538a38b5f03607af907c0e80 | |
parent | cba42236e06032c2f4ff8cb1180f8937845d5d46 [diff] |
internal/gocore/test: DRY core-loading block This code was the same in four different places. At this point it seems cleaner to abstract it. Change-Id: I512c05232bd06f2a7d3524b7889ea3680b49afb5 Reviewed-on: https://go-review.googlesource.com/c/debug/+/618975 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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.
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 debug repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.