1
0
Fork 0
a simple url shortener in Go (check it out at qurl.org)
Go to file
Christopher Ramey 61945e2441 updated build instructions 2021-06-27 10:10:18 -08:00
assets code cleanup 2021-06-27 09:57:16 -08:00
obj go fmt 2019-12-26 16:08:43 -09:00
pages code cleanup 2021-06-27 09:57:16 -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 2021-06-27 10:10:18 -08: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

This used to be complicated, but with go 1.16, it's as easy as go build