[gndoc] Adding error message

Change-Id: I0bf6755b023b645d2ea552ac0b6dc43dbb08e821
1 file changed
tree: 15f1ab981848b85b7e21990849148b4f82899539
  1. cmd/
  2. elflib/
  3. gndoc/
  4. symbolize/
  5. .gitignore
  6. Gopkg.lock
  7. Gopkg.toml
  8. LICENSE
  9. manifest
  10. PATENTS
  11. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"