a simple url shortener in Go (check it out at qurl.org)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christopher Ramey b4cb7a823e Fixed dumb formatting on README 5 years ago
assets Added API usage instructions 6 years ago
pages Fixed bad URL redirect bug 6 years ago
qurl Improved URL validation 6 years ago
static Migrated all http mechanics to a central handler, changed static 6 years ago
storage Added proper redirection, improved loading error display 6 years ago
vendor Added bindata to vendor directory and changed build instructions 5 years ago
README.md Fixed dumb formatting on README 5 years ago
backup.go Added backup machinery 6 years ago
load.go Added proper redirection, improved loading error display 6 years ago
main.go Added backup machinery 6 years ago

README.md

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