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 d272cafd2e fixed api bug where empty fields weren't being omitted 4 years ago
assets fixed api url on submit 4 years ago
obj go fmt 4 years ago
pages fixed api bug where empty fields weren't being omitted 4 years ago
static Imported project in git, removed bindata dependency 4 years ago
storage go fmt 4 years ago
togo Imported project in git, removed bindata dependency 4 years ago
vendor/go.etcd.io/bbolt Initial commit 6 years ago
.gitignore fixed api bug where empty fields weren't being omitted 4 years ago
LICENSE Added license file 4 years ago
README.md Updated build instructions, updated main page links 4 years ago
backup.go go fmt 4 years ago
load.go go fmt 4 years ago
main.go go fmt 4 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

go get -d git.binarythought.com/cdramey/qurl
go generate git.binarythought.com/cdramey/qurl
go build git.binarythought.com/cdramey/qurl