# Functions
MustCompilePathTemplate is like NewPathTemplate but panics if the expression cannot be parsed.
NewPathTemplate parses a path template, and returns a PathTemplate instance if successful.
ResolveRelative resolves relatives such as "http://www.golang.org/" and "topics/myproject/mytopic" into a single string, such as "http://www.golang.org/topics/myproject/mytopic".
# Structs
No description provided by the author
PathTemplate manages the template to build and match with paths used by API services.