a simple url shortener in Go (check it out at qurl.org)
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Christopher Ramey 61945e2441 updated build instructions hace 3 años
assets code cleanup hace 3 años
obj go fmt hace 4 años
pages code cleanup hace 3 años
storage go fmt hace 4 años
.gitignore fixed api bug where empty fields weren't being omitted hace 4 años
LICENSE Added license file hace 4 años
README.md updated build instructions hace 3 años
backup.go go fmt hace 4 años
go.mod updated to make better use of go 1.16 features hace 3 años
go.sum updated to make better use of go 1.16 features hace 3 años
load.go go fmt hace 4 años
main.go updated to make better use of go 1.16 features hace 3 años

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