a simple url shortener in Go (check it out at qurl.org)
|
2019-12-26 16:08:01 -09:00 |
assets
|
updated urls on submit page
|
2019-12-26 16:08:01 -09: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
|
Updated build instructions, updated main page links
|
2019-12-26 16:02:04 -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 -d git.binarythought.com/cdramey/qurl
go generate git.binarythought.com/cdramey/qurl
go build git.binarythought.com/cdramey/qurl