[resultdb] Rename luci/results to luci/resultdb

The name of the service is ResultDB.

R=jchinlee@chromium.org

Change-Id: Id04ec10f5088ee098aa84a1105ce08d134e891ef
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1829289
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org>
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
38 files changed
tree: 81ac8be2e2a7c8d7dfa9784531dffa201f320691
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. logdog/
  16. luci_notify/
  17. lucicfg/
  18. lucictx/
  19. luciexe/
  20. machine-db/
  21. milo/
  22. mmutex/
  23. mp/
  24. resultdb/
  25. scheduler/
  26. server/
  27. starlark/
  28. swarming/
  29. tokenserver/
  30. tools/
  31. tumble/
  32. vpython/
  33. web/
  34. .gitattributes
  35. AUTHORS
  36. codereview.settings
  37. CONTRIBUTING.md
  38. CONTRIBUTORS
  39. LICENSE
  40. OWNERS
  41. PRESUBMIT.py
  42. README.md
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.