all: add go.mod Created using: go mod init && go mod edit -go=1.11 && go mod tidy && go list -m all && go test ./... Updates golang/go#30228 Change-Id: I0707e709ccd354a1ef39cc622cf13ca17c8ba714 Reviewed-on: https://go-review.googlesource.com/c/debug/+/167178 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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.