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