2019-05-19 02:57:08 -08:00
|
|
|
qurl.org
|
|
|
|
========
|
2019-12-26 07:21:48 -09:00
|
|
|
[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).
|
2019-05-19 02:57:08 -08:00
|
|
|
|
2019-12-26 07:21:48 -09:00
|
|
|
[qurl.org](https://qurl.org) is written in [Go](https://golang.org) and uses
|
|
|
|
[BoltDB](https://github.com/etcd-io/bbolt) as storage.
|
2019-05-19 02:57:08 -08:00
|
|
|
|
|
|
|
|
|
|
|
building from source
|
|
|
|
--------------------
|
2021-06-27 10:10:18 -08:00
|
|
|
This used to be complicated, but with go 1.16, it's as easy as `go build`
|