We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
version
github.com/nlnwa/whatwg-url v0.5.0
such code
u, _ := url.Parse("http://127.0.0.1:8080") m, _ := u.Parse("/abc") println(m.Port()) println(m.DecodedPort()) println(m.String())
outputs the result
8080 80 http://127.0.0.1:8080/abc
I got a default value
The text was updated successfully, but these errors were encountered:
Thank you for the issue @dzcdzcdzcdzc! Will create a new release as soon as the fix is merged.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello!
version
github.com/nlnwa/whatwg-url v0.5.0
such code
outputs the result
I got a default value
The text was updated successfully, but these errors were encountered: