tree: 6b16a9c66736ccba025fcc59dc1be19dc27d098a [path history] [tgz]
  1. appengine/
  2. auth/
  3. buildbucket/
  4. casviewer/
  5. cipd/
  6. client/
  7. cmdrunner/
  8. common/
  9. config/
  10. cq/
  11. cv/
  12. dm/
  13. examples/
  14. gae/
  15. gce/
  16. grpc/
  17. hacks/
  18. hardcoded/
  19. led/
  20. logdog/
  21. luci_notify/
  22. lucicfg/
  23. lucictx/
  24. luciexe/
  25. machine-db/
  26. milo/
  27. mmutex/
  28. mp/
  29. resultdb/
  30. scheduler/
  31. server/
  32. starlark/
  33. swarming/
  34. tokenserver/
  35. tools/
  36. tumble/
  37. vpython/
  38. web/
  39. .gitallowed
  40. .gitattributes
  41. .gitignore
  42. .golangci.yml
  43. AUTHORS
  44. codereview.settings
  45. CONTRIBUTING.md
  46. CONTRIBUTORS
  47. LICENSE
  48. OWNERS
  49. PRESUBMIT.py
  50. README.md
  51. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.