a simple url shortener in Go (check it out at qurl.org)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Christopher Ramey 61945e2441 updated build instructions il y a 3 ans
assets code cleanup il y a 3 ans
obj go fmt il y a 4 ans
pages code cleanup il y a 3 ans
storage go fmt il y a 4 ans
.gitignore fixed api bug where empty fields weren't being omitted il y a 4 ans
LICENSE Added license file il y a 4 ans
README.md updated build instructions il y a 3 ans
backup.go go fmt il y a 4 ans
go.mod updated to make better use of go 1.16 features il y a 3 ans
go.sum updated to make better use of go 1.16 features il y a 3 ans
load.go go fmt il y a 4 ans
main.go updated to make better use of go 1.16 features il y a 3 ans

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