a simple url shortener in Go (check it out at qurl.org)
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Christopher Ramey 61945e2441 updated build instructions vor 3 Jahren
assets code cleanup vor 3 Jahren
obj go fmt vor 4 Jahren
pages code cleanup vor 3 Jahren
storage go fmt vor 4 Jahren
.gitignore fixed api bug where empty fields weren't being omitted vor 4 Jahren
LICENSE Added license file vor 4 Jahren
README.md updated build instructions vor 3 Jahren
backup.go go fmt vor 4 Jahren
go.mod updated to make better use of go 1.16 features vor 3 Jahren
go.sum updated to make better use of go 1.16 features vor 3 Jahren
load.go go fmt vor 4 Jahren
main.go updated to make better use of go 1.16 features vor 3 Jahren

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