commit | 40351d005dee5f35259c1bca836e9dbbf842d119 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Fri Dec 15 01:12:24 2017 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Dec 15 01:53:02 2017 +0000 |
tree | 54dbf056539d181807912a2fd8a459dfa482e537 | |
parent | a57765c8edb665da29ee419e860686d336f76090 [diff] |
git-codereview: fix vet warning to fix build on Go 1.10 Change-Id: Ib4cee24d5b70f99dfbebf0aa05c85be6164ba835 Reviewed-on: https://go-review.googlesource.com/84216 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go get -u golang.org/x/review
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
The review binary itself is available at golang.org/x/review/git-codereview
. 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.