a simple url shortener in Go (check it out at qurl.org)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 yıl önce
assets code cleanup 3 yıl önce
obj go fmt 4 yıl önce
pages code cleanup 3 yıl önce
storage go fmt 4 yıl önce
.gitignore fixed api bug where empty fields weren't being omitted 4 yıl önce
LICENSE Added license file 4 yıl önce
README.md updated build instructions 3 yıl önce
backup.go go fmt 4 yıl önce
go.mod updated to make better use of go 1.16 features 3 yıl önce
go.sum updated to make better use of go 1.16 features 3 yıl önce
load.go go fmt 4 yıl önce
main.go updated to make better use of go 1.16 features 3 yıl önce

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