commit | 30425adcbcbbe9a08a8c013d2a69396eca91285f | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Mar 12 12:20:28 2019 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Tue Mar 12 16:26:19 2019 +0000 |
tree | 59d697bee60de904ab9658410e1ec6dc81f7d1f7 | |
parent | 66907db09dddf0cf61d67b6e4e64ef99f71e90e2 [diff] |
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.