commit | c0f7f07aec19753d80535ba4debe64472a8a847b | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Thu Feb 21 20:14:47 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 21 20:14:47 2019 |
tree | 0028960b34cefaf714128d8b7c745760266862dc | |
parent | 086d49a02949e629a630466e7d02c39c9cacfa27 [diff] |
[starlarkproto] Rename proto.to_pbtext to proto.to_textpb. For consistency with proto.to_jsonpb. Also document all proto.* functions in the lucicfg doc. This is a backward-incompatible change, so also bump lucicfg minor version. R=tandrii@chromium.org, nodir@chromium.org BUG=833946 Change-Id: I8e32a94fc5d2cbb31e397eee89c99fecffd8f0e2 Reviewed-on: https://chromium-review.googlesource.com/c/1478436 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@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.