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