First, ensure that you have installed Go and set up $GOPATH. Then, build the
crbot tool:
-
from scratch:
$ go get github.com/google/code-review-bot/cmd/crbot
-
or, from a cloned copy:
$ go get ./...
And then to use it:
-
if
$GOPATH/binis in your$PATH:$ crbot [options]
-
or, from a cloned repo:
$ cmd/crbot/crbot [options]
Install GoMock:
$ go get github.com/golang/mock/gomock
$ go get github.com/golang/mock/mockgenJust what you might expect:
$ make testSee CONTRIBUTING.md for more details.
Apache 2.0; see LICENSE for more details.
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.