You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for amazing tool! :)
I'm trying to get the u.RawPath instead of u.EscapedPath(), but changing this line https://github.com/tomnomnom/unfurl/blob/master/main.go#L346 didn't work. No sure why but it seems it works only there is a special char in the path. I'm trying to follow the same from this example https://pkg.go.dev/net/url#example-URL.EscapedPath.
Do you know what I'm missing? :(
A flag to have u.RawPath instead of u.EscapedPath() would be nice. :)
Thanks!
Ricardo Iramar
The text was updated successfully, but these errors were encountered:
Hi @tomnomnom
Thanks for amazing tool! :)
I'm trying to get the u.RawPath instead of u.EscapedPath(), but changing this line https://github.com/tomnomnom/unfurl/blob/master/main.go#L346 didn't work. No sure why but it seems it works only there is a special char in the path. I'm trying to follow the same from this example https://pkg.go.dev/net/url#example-URL.EscapedPath.
Do you know what I'm missing? :(
A flag to have u.RawPath instead of u.EscapedPath() would be nice. :)
Thanks!
Ricardo Iramar
The text was updated successfully, but these errors were encountered: