commit | 204bbd81662cdc628dbe17750b84ff492c047797 | [log] [tgz] |
---|---|---|
author | Quinten Yearsley <qyearsley@chromium.org> | Tue Jan 04 22:50:33 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 04 22:50:33 2022 |
tree | b2c19712c805185fdc2f97861dde04295d03660d | |
parent | cf943bc080114fa30af62db1bb5aa044571f047b [diff] |
cv: Minor cleanup: RPC assertions and not modifying incoming proto Context is comments in https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3354245 Change-Id: I8f55cd5558690501e0e92feecfdea2d1eea59f10 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3364128 Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Quinten Yearsley <qyearsley@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.