-
-
Notifications
You must be signed in to change notification settings - Fork 111
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 issues that cause linters to complain. #182
Conversation
@@ -1,3 +1,4 @@ | |||
//go:build !go1.5 |
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.
This library can't possibly still work on Go 1.4, maybe we should just delete some of these? (can be a separate pr, if you want to take it on).
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.
Yeah, let's def nuke it. So we should just drop these tags altogether?
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.
Yeah, I think so.
Noticed when reviewing capnproto#182 that we don't currently test against the latest release, so let's do that.
⏱️ Estimated review time: 10 minutes
✅ Merge when ready