go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/common/README.md (about)

     1  luci-go: LUCI in Go: shared code
     2  ================================
     3  
     4  [![GoDoc](https://godoc.org/go.chromium.org/luci/common?status.svg)](https://godoc.org/go.chromium.org/luci/common)
     5  
     6  Strive to keep this directory and subdirectories from having more than 7-10
     7  libraries. If they grow too large, consider grouping them into informative
     8  subcategories.
     9  
    10  The following sub-directories exist:
    11  
    12    * data - **data organization, manipulation, storage**
    13    * sync - **concurrency coordination**
    14    * runtime - **libraries relating to debugging/enhancing the go runtime**
    15    * system - **libraries for interacting with the operating system**