13 lines
419 B
Markdown
13 lines
419 B
Markdown
qurl.org
|
|
========
|
|
[qurl.org](https://qurl.org) is a simple url shortening service, in the same
|
|
vein as [bit.ly](https://bit.ly) and [tinyurl.com](https://tinyurl.com).
|
|
|
|
[qurl.org](https://qurl.org) is written in [Go](https://golang.org) and uses
|
|
[BoltDB](https://github.com/etcd-io/bbolt) as storage.
|
|
|
|
|
|
building from source
|
|
--------------------
|
|
This used to be complicated, but with go 1.16, it's as easy as `go build`
|