tree: f4922218df1da0794e1ce8a27794c9d299f4170a [path history] [tgz]
  1. archiver/
  2. cmd/
  3. downloader/
  4. flagpb/
  5. internal/
  6. isolate/
  7. isolated/
  8. versioncli/
  9. README.md
client/README.md

luci-go: LUCI in Go: client code

GoDoc

Installing clients

go get -u go.chromium.org/luci/client/cmd/...

Code layout

  • /client/cmd/... contains the individual executables, one per subdirectory.
  • /client/internal/... contains shared internal packages for use by other packages in this repository that are not meant to be used by other packages outside /client/.... See https://golang.org/s/go14internal for more details.
  • Anything else is APIs (reusable packages) that can be reused.