gong: Avoid runtime package name

On second thought the collision with Go's `runtime` package isn't very
nice to deal with

See also the note here regarding names likely to be shadowed
https://google.github.io/styleguide/go/decisions.html#package-names

Change-Id: Id725554a87c2021f0aec57df7e62e56c6a6a6964
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7501475
Reviewed-by: Matt Stark <[email protected]>
Commit-Queue: Richard Wang <[email protected]>
14 files changed
tree: f04a8f36a2fd928ef38bea49bc9ac467b8175c51
  1. bench/
  2. gong/
  3. infra/
  4. kajiya/
  5. kzipinfo/
  6. runmc/
  7. siso/
  8. .gitignore
  9. .golangci.yml
  10. .style.yapf
  11. BUILD_OWNERS
  12. BUILD_TEAM_OWNERS
  13. CONTRIBUTING.md
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links