Url shortener written in Golang, create custom shorturl by passing custom shortids
go get github.com/amljs/shorturl
url, err := shorturl.CreateShortURL(longurl, baseurl)
url, err := shorturl.CreateShortURL(longurl, baseurl, shortid)
The MIT License (MIT). Please see License File for more information.