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

net/url: stackoverflow in url.URL.String() #22222

Closed
tevjef opened this issue Oct 12, 2017 · 1 comment
Closed

net/url: stackoverflow in url.URL.String() #22222

tevjef opened this issue Oct 12, 2017 · 1 comment

Comments

@tevjef
Copy link

tevjef commented Oct 12, 2017

What version of Go are you using (go version)?

1.9.1

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

OSX 10.12

GOARCH="amd64"
GOOS="darwin"

What did you do?

https://play.golang.org/p/cZ-BjpkD6D

@ianlancetaylor
Copy link
Contributor

This is not a bug. Your MyUrl.String method simply calls itself.

@golang golang locked and limited conversation to collaborators Oct 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants