qurl.org

qurl.org is a simple url shortening service, in the same vein as bit.ly and tinyurl.com.

qurl.org is written in Go and uses BoltDB as storage.

building from source

Assuming the go/bin directory is in your path:

	go install qurl/vendor/github.com/simleb/bindata		
go generate qurl
go build qurl
Description
a simple url shortener in Go (check it out at qurl.org)
Readme 165 KiB
Languages
Go 80.4%
HTML 14.8%
CSS 4.8%