a simple url shortener in Go (check it out at qurl.org)
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Christopher Ramey 61945e2441 updated build instructions před 3 roky
assets code cleanup před 3 roky
obj go fmt před 4 roky
pages code cleanup před 3 roky
storage go fmt před 4 roky
.gitignore fixed api bug where empty fields weren't being omitted před 4 roky
LICENSE Added license file před 4 roky
README.md updated build instructions před 3 roky
backup.go go fmt před 4 roky
go.mod updated to make better use of go 1.16 features před 3 roky
go.sum updated to make better use of go 1.16 features před 3 roky
load.go go fmt před 4 roky
main.go updated to make better use of go 1.16 features před 3 roky

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