a simple url shortener in Go (check it out at qurl.org)
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 anni fa
assets code cleanup 3 anni fa
obj go fmt 4 anni fa
pages code cleanup 3 anni fa
storage go fmt 4 anni fa
.gitignore fixed api bug where empty fields weren't being omitted 4 anni fa
LICENSE Added license file 4 anni fa
README.md updated build instructions 3 anni fa
backup.go go fmt 4 anni fa
go.mod updated to make better use of go 1.16 features 3 anni fa
go.sum updated to make better use of go 1.16 features 3 anni fa
load.go go fmt 4 anni fa
main.go updated to make better use of go 1.16 features 3 anni fa

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