-
Notifications
You must be signed in to change notification settings - Fork 313
Remove dependency on golang.org/x #134
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
Labels
Comments
Closed
Will you be doing v2 release once this closes? |
I'll release |
The frame information not making it into std is a big bummer. |
You can actually use xerrors on go1.13 errors? |
Yes, it's all based on interfaces so should just work. |
nhooyr
added a commit
that referenced
this issue
Sep 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #128 (comment)
Would be nice to be truly zero dep.
Right now we depend on httpguts and xerrors.
xerrors can be easily removed now that Go 1.13 is out. Only problem is no frame information anymore which is unfortunate but welp
For httpguts I think it can be easily removed too.
The text was updated successfully, but these errors were encountered: