tree: 2cb4756e471cf5e82f1e7d299438870282c5a5f0 [path history] [tgz]
  1. archiver/
  2. casclient/
  3. cmd/
  4. downloader/
  5. flagpb/
  6. internal/
  7. isolate/
  8. isolated/
  9. swarming/
  10. versioncli/
  11. 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.