hugo
hugo copied to clipboard
Make it possible to edit/remove query parameters from the object returned urls.Parse
This is currently not possible because the methods do not return anything (void).
It would be tempting to make the Go templates handle voids (as in: just print ""). Else we could create a wrapper around the url struct and add some edit/remove methods. Need to think.