Sign in
chromium
/
external
/
github.com
/
luci
/
luci-go
/
e3b4c50fa889a3825db10a0eb87adf7bc0807cb3
/
.
/
tools
tree: 6a92c97f6533abb4b3dabbded42b2b4887b31373 [
path history
]
[
tgz
]
cmd/
internal/
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.