cmd/viewcore: skip build on aix

./cmd/viewcore depends on github.com/chzyer/readline,
which doesn't build on aix yet.

Updates golang/go#32839

Change-Id: I918667fcbc48a2ed5e8bb550be962932ccc8131d
Reviewed-on: https://go-review.googlesource.com/c/debug/+/192322
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2 files changed
tree: b8c7c2bb3b9e4d6262647053c09c88f28caff92f
  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