commit | 0a9d6c1f9f9938cdd0edbb0f97ba0917d52e4c0d | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Nov 15 18:35:58 2017 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Nov 27 23:48:19 2017 +0000 |
tree | d388f5b4a4780bf399fa5b1cdb0b5e25153b5e35 | |
parent | 0d52c016f0bb80623e0ce00bf4e92981bacf862e [diff] |
git-codereview: fix test compilation error on Go 1.8 These tests depended on Go 1.9's t.Helper. Change-Id: Ib8196e24f8508b4b2891cd1467dd9954bc5d8de5 Reviewed-on: https://go-review.googlesource.com/77932 Reviewed-by: Dominik Honnef <dominik@honnef.co>
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.