a simple url shortener in Go (check it out at qurl.org)
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Christopher Ramey 61945e2441 updated build instructions 3 лет назад
assets code cleanup 3 лет назад
obj go fmt 4 лет назад
pages code cleanup 3 лет назад
storage go fmt 4 лет назад
.gitignore fixed api bug where empty fields weren't being omitted 4 лет назад
LICENSE Added license file 4 лет назад
README.md updated build instructions 3 лет назад
backup.go go fmt 4 лет назад
go.mod updated to make better use of go 1.16 features 3 лет назад
go.sum updated to make better use of go 1.16 features 3 лет назад
load.go go fmt 4 лет назад
main.go updated to make better use of go 1.16 features 3 лет назад

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