commit | 0e3f2836ef3e230ced34f5550aa937610e076531 | [log] [tgz] |
---|---|---|
author | Joshua Sing <joshua@hypera.dev> | Sun Nov 19 14:29:24 2023 +1100 |
committer | Gopher Robot <gobot@golang.org> | Thu Jan 25 17:04:12 2024 +0000 |
tree | a1341a161f6592d1e3591394d6ee99037c4ac646 | |
parent | 8be3abfe097ddf04b28eec2783249d29b3a48dae [diff] |
git-codereview: remove usage of io/ioutil io/ioutil is now deprecated. Use non-deprecated equivalents. Change-Id: Iad1cc9c14dbdad3a6f9ada25072bc194bace4081 Reviewed-on: https://go-review.googlesource.com/c/review/+/543615 Reviewed-by: qiulaidongfeng <2645477756@qq.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go install golang.org/x/review/git-codereview@latest
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
Run git codereview hooks
to install Gerrit hooks for your git repository.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the review repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/review:” in the subject line, so it is easy to find.