Skip to content
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

Fix gzip unused import prevention statement #17

Merged
merged 1 commit into from
Jan 2, 2016

Conversation

luna-duclos
Copy link

gzip.Reader is not a valid go statement, so I changed it into gzip.Reader{} instead

gzip.Reader is not a valid go statement, so I changed it into gzip.Reader{} instead
@dmitshur
Copy link
Member

dmitshur commented Jan 2, 2016

LGTM. Thank you!

I'm not sure how I've let this happen; I should add a test for this case.

Note that var _ gzip.Reader would work too, it's equivalent.

dmitshur added a commit that referenced this pull request Jan 2, 2016
Fix gzip unused import prevention statement.
@dmitshur dmitshur merged commit 48b7b49 into shurcooL:master Jan 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants