a simple url shortener in Go (check it out at qurl.org)
|
2019-12-26 07:26:21 -09:00 |
assets
|
Added API usage instructions
|
2018-11-24 04:18:26 +00:00 |
obj
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
pages
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
static
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
storage
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
togo
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
vendor/go.etcd.io/bbolt
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
.gitignore
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
backup.go
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
LICENSE
|
Added license file
|
2019-12-26 07:26:21 -09:00 |
load.go
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
main.go
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
README.md
|
Imported project in git, removed bindata dependency
|
2019-12-26 07:21:48 -09:00 |
qurl.org
qurl.org is a simple url shortening service, in the same
vein as bit.ly and tinyurl.com.
qurl.org is written in Go and uses
BoltDB as storage.
building from source
go get git.binarythought.com/cdramey/qurl
go generate git.binarythought.com/cdramey/qurl
go build git.binarythought.com/cdramey/qurl