Sign in
chromium
/
infra
/
luci
/
luci-go
/
687ef7cbbaea
/
.
/
tools
tree: 361f2300f4f9767855354aeb5ab1234d7e2a1a55 [
path history
]
[
tgz
]
cmd/
internal/
.golangci.yaml
README.md
tools/README.md
luci-go: LUCI in Go: LUCI support tool code
Code layout
/tools/cmd/...
contains the individual tools.
/tools/internal/...
contains shared internal packages for use by other packages in this repository that are not meant to be used by other packages outside
/tools/...
. See
https://golang.org/s/go14internal
for more details.