-
Notifications
You must be signed in to change notification settings - Fork 37
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 go module name #23
Conversation
@ixdy Thank you. I need to check what needs to be fixed for Travis-CI tests. |
I think something may have changed about formatting in go1.15. When I run the tests locally (against go1.15.8):
whereas the tests all pass against go1.14. |
Yeah, golang/go@201cb04 caused the new failures. Thinking about how to best fix this now... |
(one option would be to test only against go1.15+ and update the test cases, especially given that go1.14 is likely going to EOL soon, though I'm not sure if that's something you're comfortable with.) |
@ixdy sorry, I have some issues with internet because of the weather and snow. Hope I'll be able to take a closer look next week. |
Thanks for the contribution. Go module name is fixed in b0295b1. |
It looks like there was a typo in the go module name introduced in #19:
Note that we'll need to tag a new version after merging this PR.