a simple url shortener in Go (check it out at qurl.org)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Christopher Ramey 61945e2441 updated build instructions pirms 3 gadiem
assets code cleanup pirms 3 gadiem
obj go fmt pirms 4 gadiem
pages code cleanup pirms 3 gadiem
storage go fmt pirms 4 gadiem
.gitignore fixed api bug where empty fields weren't being omitted pirms 4 gadiem
LICENSE Added license file pirms 4 gadiem
README.md updated build instructions pirms 3 gadiem
backup.go go fmt pirms 4 gadiem
go.mod updated to make better use of go 1.16 features pirms 3 gadiem
go.sum updated to make better use of go 1.16 features pirms 3 gadiem
load.go go fmt pirms 4 gadiem
main.go updated to make better use of go 1.16 features pirms 3 gadiem

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