Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ReviewInput to use map[string]int for labels (#159)
* Change ReviewInput to use map[string]int for labels The example provided at: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#set-review uses ints for the label values, not strings. This change lines ReviewInput up with that example. * Fix formatting
- Loading branch information