tree: 347ec1d90ca3d5b92fd779e86bbf8cb25b87ea72 [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. proto/
  16. retry/
  17. runtime/
  18. spantest/
  19. sync/
  20. system/
  21. testing/
  22. trace/
  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