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

     1  luci-go: LUCI in Go: LUCI support tool code
     2  ===========================================
     3  
     4  Code layout
     5  -----------
     6  
     7    * [/tools/cmd/...](https://github.com/luci/luci-go/tree/master/tools/cmd)
     8      contains the individual tools.
     9    * [/tools/internal/...](https://github.com/luci/luci-go/tree/master/tools/internal)
    10      contains shared internal packages for use by other packages in this
    11      repository that are not meant to be used by other packages outside
    12      `/tools/...`. See https://golang.org/s/go14internal for more details.