cmd/viewcore/vendor: add github.com/chzyer/readline

and dependent packages
	golang.org/x/sys/unix
	github.com/chzyer/test
	github.com/chzyer/logex

Change-Id: I22722438e4504db613b470fac197c8bf6aad2186
Reviewed-on: https://go-review.googlesource.com/121016
Reviewed-by: Heschi Kreinick <heschi@google.com>
282 files changed
tree: e3c63aac7d93ba8ed7e04fb940e3d463e50b7f20
  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