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