package
0.0.0-20190723121003-cc800dbaf411
Repository: https://github.com/gophercises/urlshort.git
Documentation: pkg.go.dev
# 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).
No description provided by the author