New receiver method on *pg.Options
ToURL
?
#1933
Closed
dillonstreator
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd be up for trying to implement such a method. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
pg.ParseURL
method accepts a url and returns*pg.Options
Is there a way to go from
*pg.Options
back to the url?For instance, I'd like to get the options from the url, mutate options, and then get the updated url from the mutated options.
Maybe a receiver method on
*pg.Options
?Beta Was this translation helpful? Give feedback.
All reactions