andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
96 stars 40 forks source link

Use http.StatusConflict instead of hard coded value in SubmitChange #20

Closed opalmer closed 8 years ago

opalmer commented 8 years ago

The use of http.StatusConflict does not change how the code functions, it just makes it easier to read.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 10.495% when pulling a4121caf7f8ee8e3bcb56268c6ad1bca5ca65c5d on cleanup_status_code into b7d35b49dd8d5ab3872cffc5da834f7a1c34946c on master.

andygrunwald commented 8 years ago

@opalmer is on 🔥