a simple url shortener in Go (check it out at qurl.org)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 anos atrás
assets code cleanup 3 anos atrás
obj go fmt 4 anos atrás
pages code cleanup 3 anos atrás
storage go fmt 4 anos atrás
.gitignore fixed api bug where empty fields weren't being omitted 4 anos atrás
LICENSE Added license file 4 anos atrás
README.md updated build instructions 3 anos atrás
backup.go go fmt 4 anos atrás
go.mod updated to make better use of go 1.16 features 3 anos atrás
go.sum updated to make better use of go 1.16 features 3 anos atrás
load.go go fmt 4 anos atrás
main.go updated to make better use of go 1.16 features 3 anos atrás

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