a simple url shortener in Go (check it out at qurl.org)
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.

15 lines
494 B

  1. qurl.org
  2. ========
  3. [qurl.org](https://qurl.org) is a simple url shortening service, in the same
  4. vein as [bit.ly](https://bit.ly) and [tinyurl.com](https://tinyurl.com).
  5. [qurl.org](https://qurl.org) is written in [Go](https://golang.org) and uses
  6. [BoltDB](https://github.com/etcd-io/bbolt) as storage.
  7. building from source
  8. --------------------
  9. go get -d git.binarythought.com/cdramey/qurl
  10. go generate git.binarythought.com/cdramey/qurl
  11. go build git.binarythought.com/cdramey/qurl