internal/gocore: add test for 1.13 core files

Now that 1.13 is out, add a core file from 1.13 to the test suite.

Change-Id: Ief751a2c43e43e4ebf44d7ed0057864ccb61b603
Reviewed-on: https://go-review.googlesource.com/c/debug/+/193118
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2 files changed
tree: ae6e758a5dfdfdf490efd5aeff9e162827235d98
  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