a simple url shortener in Go (check it out at qurl.org)
25개 이상의 토픽을 선택하실 수 없습니다. 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