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