Delete upload.go since //testing/catapult should do all of its work in a single invocation.

Background: //testing/catapult is meant to be used by the Fuchsia.py recipe to parse, modify and upload performance test output to catapult.  Initially I intended to create this tool with multiple commands that would each perform one step from the list mentioned above. It's actually easier to perform this all in one step so I'm deleting the extra files I created for each command.
Change-Id: Ic33a00a2e91b47b92c1c8d429e319a2b63d637f8
1 file changed
tree: cb4e0ea326fa7754f9a2cd3307823a9baa1a4c04
  1. catapult/
  2. perf/
  3. .gitignore
  4. AUTHORS
  5. Gopkg.lock
  6. Gopkg.toml
  7. LICENSE
  8. manifest
  9. PATENTS
  10. README.md
README.md

Testing

This repository is for scripts and tools useful when testing on Fuchsia.