Shortener URL in Golang Provide the url you want to short and the script will give you a shortened This is the structure of the url you will get response := map[string]string{ "original": "original_url", "short": "url_shortened" }