package
0.13.0
Repository: https://github.com/ibrt/golang-utils.git
Documentation: pkg.go.dev

# Functions

EncodeValues is a shorthand for building an encoded query string.
GetValueDef tries to get a key from [url.Values], returns def if not found.
MustEdit parses the given URL, calls f to allow mutations, and then converts the URL back to string.
MustParse is like [url.Parse] but panics on error.