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