a simple url shortener in Go (check it out at qurl.org)
assets | ||
obj | ||
pages | ||
storage | ||
.gitignore | ||
backup.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
load.go | ||
main.go | ||
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