tree: 79061e75cbae61ed9b195125f6fc59092c08f867 [path history] [tgz]
  1. api/
  2. bq/
  3. cli/
  4. clock/
  5. data/
  6. errors/
  7. flag/
  8. gcloud/
  9. iotools/
  10. isolated/
  11. isolatedclient/
  12. lhttp/
  13. logging/
  14. proto/
  15. retry/
  16. runtime/
  17. sync/
  18. system/
  19. testing/
  20. tsmon/
  21. README.md
common/README.md

luci-go: LUCI in Go: shared code

GoDoc

Strive to keep this directory and subdirectories from having more than 7-10 libraries. If they grow too large, consider grouping them into informative subcategories.

The following sub-directories exist:

  • data - data organization, manipulation, storage
  • sync - concurrency coordination
  • runtime - libraries relating to debugging/enhancing the go runtime
  • system - libraries for interacting with the operating system