tree: f29a9a1594a43cc7e662957ff91750a8155fc78e [path history] [tgz]
  1. api/
  2. auth/
  3. cli/
  4. clock/
  5. config/
  6. data/
  7. errors/
  8. eventlog/
  9. flag/
  10. gcloud/
  11. iotools/
  12. isolated/
  13. isolatedclient/
  14. lhttp/
  15. logging/
  16. proto/
  17. retry/
  18. runtime/
  19. sync/
  20. system/
  21. testing/
  22. tsmon/
  23. 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