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