[cmd] Delete dump_fuchsia_symbols, which has moved to //tools

New location/name:
https://fuchsia.googlesource.com/tools/+/master/cmd/dump_breakpad_symbols

INTK-388

Change-Id: I1c545796f5c79e47390a884d813ce91faef763f6
2 files changed
tree: 31e2517f548feee381ed30741948044a6eaaf95b
  1. catapult/
  2. cmd/
  3. netboot/
  4. ninjalog/
  5. pdu/
  6. perf/
  7. retry/
  8. telnet/
  9. tftp/
  10. .gitignore
  11. AUTHORS
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}