package
0.0.0-20241022082108-b5803a44e3ce
Repository: https://github.com/maple-chen-tw/gophercises.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
MapHandler will return an http.HandlerFunc (which also implements http.Handler) that will attempt to map any paths (keys in the map) to their corresponding URL (values that each key in the map points to, in string format).
YAMLHandler will parse the provided YAML and then return an http.HandlerFunc (which also implements http.Handler) that will attempt to map any paths to their corresponding URL.

# Structs

No description provided by the author