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.

14 lines
485 B

  1. qurl.org
  2. ========
  3. [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).
  4. [qurl.org](https://qurl.org) is written in [Go](https://golang.org) and uses [BoltDB](https://github.com/etcd-io/bbolt) as storage.
  5. building from source
  6. --------------------
  7. Assuming the go/bin directory is in your path:
  8. go install qurl/vendor/github.com/simleb/bindata
  9. go generate qurl
  10. go build qurl