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>
2 files changed
tree: 59d697bee60de904ab9658410e1ec6dc81f7d1f7
  1. cmd/
  2. internal/
  3. AUTHORS
  4. codereview.cfg
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. README.md
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 are at an early, experimental stage.

Report Issues & Send Changes