a simple url shortener in Go (check it out at qurl.org)
Go to file
2019-12-26 16:12:11 -09:00
assets fixed api url on submit 2019-12-26 16:12:11 -09:00
obj go fmt 2019-12-26 16:08:43 -09:00
pages go fmt 2019-12-26 16:08:43 -09:00
static Imported project in git, removed bindata dependency 2019-12-26 07:21:48 -09:00
storage go fmt 2019-12-26 16:08:43 -09:00
togo Imported project in git, removed bindata dependency 2019-12-26 07:21:48 -09:00
vendor/go.etcd.io/bbolt Imported project in git, removed bindata dependency 2019-12-26 07:21:48 -09:00
.gitignore Imported project in git, removed bindata dependency 2019-12-26 07:21:48 -09:00
backup.go go fmt 2019-12-26 16:08:43 -09:00
LICENSE Added license file 2019-12-26 07:26:21 -09:00
load.go go fmt 2019-12-26 16:08:43 -09:00
main.go go fmt 2019-12-26 16:08:43 -09:00
README.md Updated build instructions, updated main page links 2019-12-26 16:02:04 -09:00

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