1
0
Fork 0
a simple url shortener in Go (check it out at qurl.org)
Go to file
Christopher Ramey 2510448ed7 updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00
assets updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00
obj go fmt 2019-12-26 16:08:43 -09:00
pages updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00
storage go fmt 2019-12-26 16:08:43 -09:00
.gitignore fixed api bug where empty fields weren't being omitted 2019-12-26 16:25:16 -09:00
LICENSE Added license file 2019-12-26 07:26:21 -09:00
README.md Updated build instructions, updated main page links 2019-12-26 16:02:04 -09:00
backup.go go fmt 2019-12-26 16:08:43 -09:00
go.mod updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00
go.sum updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00
load.go go fmt 2019-12-26 16:08:43 -09:00
main.go updated to make better use of go 1.16 features 2021-06-27 09:29:31 -08:00

README.md

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