Added bindata to vendor directory and changed build instructions

This commit is contained in:
2019-05-19 10:57:08 +00:00
committed by cdramey
parent 01ef0d5183
commit a6498934c3
4 changed files with 334 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
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:
go install qurl/vendor/github.com/simleb/bindata
go generate qurl
go build qurl