Skip to content

emmadal/go-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

An url shortener script in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages