//
pkg.gl
Category
github.com/ibrt/golang-bites
urlz
package
1.9.0
Repository:
https://github.com/ibrt/golang-bites.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
14 SLOC
#
Functions
MustParse
MustParse is like url.Parse but panics on error.
MustUpdate
MustUpdate parses the given URL, calls f to allow mutations, and then converts the URL back to string.