a simple url shortener in Go (check it out at qurl.org)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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