Skip to content

amalj07/shorturl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorturl

Url shortener written in Golang, create custom shorturl by passing custom shortids

Install

go get github.com/amljs/shorturl

Usage

Default shorturls

url, err := shorturl.CreateShortURL(longurl, baseurl)

Custom shorturls

url, err := shorturl.CreateShortURL(longurl, baseurl, shortid)

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published

Languages