1
0
Fork 0
qurl/README.md

15 lines
487 B
Markdown
Raw Normal View History

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
--------------------
Assuming the go/bin directory is in your path:
2019-05-19 02:57:40 -08:00
go install qurl/vendor/github.com/simleb/bindata
go generate qurl
go build qurl