Add README.md

and remove README.

Change-Id: I51ee6ce6dec9fdab228b9de3d2a3a95535c36b85
Reviewed-on: https://go-review.googlesource.com/121002
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2 files changed
tree: 911c301b5fa1533a7a6a1a92525e05b3c2dd0522
  1. arch/
  2. cmd/
  3. doc/
  4. dwarf/
  5. elf/
  6. gosym/
  7. internal/
  8. local/
  9. macho/
  10. remote/
  11. server/
  12. tests/
  13. AUTHORS
  14. codereview.cfg
  15. CONTRIBUTING.md
  16. CONTRIBUTORS
  17. LICENSE
  18. program.go
  19. 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