package
0.0.0-20220430182710-74592727d38e
Repository: https://github.com/akashgit21/gophercises.git
Documentation: pkg.go.dev

# README

URL Shortener

# Packages

No description provided by the author

# Functions

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.