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.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
obj | 3 years ago | |
pages | 2 years ago | |
storage | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
backup.go | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
load.go | 3 years ago | |
main.go | 2 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