commit | 85045efe52436b49f8960119dffead05ce609c41 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Sat Jan 15 01:22:01 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 15 01:22:01 2022 |
tree | 67c8a5730b0bdbf5a27df6f28223baa3bd9e2183 | |
parent | e6bcdd350757036fce90ddfd700e8d39a2a60d06 [diff] |
[realms] Minor refactoring of realmset.go. Just declutter the main algorithm that builds realmset.Realms, since we are going to add more logic there for conditional bindings. R=iannucci@chromium.org BUG=1280442 Change-Id: Ia3daf4db6b0fa5c79ec873c7b6c2cb5b527db923 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3385150 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
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 uses the same flow as Chromium contributions.