-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UninstallTool #34
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
if err := responseError(rsp); err != nil { | ||
return err | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could tidy the code a bit if this block were moved inside of makeRequest
, seems to be used in the same way every time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, we can do this separately
a2cbe96
to
ec0fb1b
Compare
171b40b
to
6a34e87
Compare
6a34e87
to
4bde6b4
Compare
No description provided.