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