a simple url shortener in Go (check it out at qurl.org)
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 år sedan
assets code cleanup 3 år sedan
obj go fmt 4 år sedan
pages code cleanup 3 år sedan
storage go fmt 4 år sedan
.gitignore fixed api bug where empty fields weren't being omitted 4 år sedan
LICENSE Added license file 4 år sedan
README.md updated build instructions 3 år sedan
backup.go go fmt 4 år sedan
go.mod updated to make better use of go 1.16 features 3 år sedan
go.sum updated to make better use of go 1.16 features 3 år sedan
load.go go fmt 4 år sedan
main.go updated to make better use of go 1.16 features 3 år sedan

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