a simple url shortener in Go (check it out at qurl.org)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 lat temu
assets code cleanup 3 lat temu
obj go fmt 4 lat temu
pages code cleanup 3 lat temu
storage go fmt 4 lat temu
.gitignore fixed api bug where empty fields weren't being omitted 4 lat temu
LICENSE Added license file 4 lat temu
README.md updated build instructions 3 lat temu
backup.go go fmt 4 lat temu
go.mod updated to make better use of go 1.16 features 3 lat temu
go.sum updated to make better use of go 1.16 features 3 lat temu
load.go go fmt 4 lat temu
main.go updated to make better use of go 1.16 features 3 lat temu

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