# Functions
Build constructs a full url given the pattern 'pat' and 'vals' for wildcards.
MustParsePattern parses the pattern but panics if it fails.
ParamNames return all the named parts of the pattern.
ParsePattern parses 's' as a patterned route for Go 1.22's ServeMux.
# Type aliases
Pattern exposes the private type /net/http.pattern.