gong: Fourth pass at strongly-typed errors

Bug: b/388723392
Change-Id: I390f3b9e6de16989a5cc9be5acd0bb256a6a6964
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7525706
Commit-Queue: Richard Wang <richardwa@google.com>
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
8 files changed
tree: 2380274e1d586ad0805f98e820f0927c6411ff99
  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