a simple url shortener in Go (check it out at qurl.org)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 vuotta sitten
assets code cleanup 3 vuotta sitten
obj go fmt 4 vuotta sitten
pages code cleanup 3 vuotta sitten
storage go fmt 4 vuotta sitten
.gitignore fixed api bug where empty fields weren't being omitted 4 vuotta sitten
LICENSE Added license file 4 vuotta sitten
README.md updated build instructions 3 vuotta sitten
backup.go go fmt 4 vuotta sitten
go.mod updated to make better use of go 1.16 features 3 vuotta sitten
go.sum updated to make better use of go 1.16 features 3 vuotta sitten
load.go go fmt 4 vuotta sitten
main.go updated to make better use of go 1.16 features 3 vuotta sitten

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