38e62f449a7f7cedf4e7d3b9ac439f29e4c694aa
Short - simple go url shortner
Short is a very simple url shortener build in golang using web.go module and redis (redigo) for storring URLs
Syntax is:
Usage of /short:
-addr string
Address to listen for connections (default "localhost:8080")
-domain string
Domain to write to the URLs (default "localhost")
-redis string
ip/hostname of the redis server to connect (default "localhost:6379")
-v prints current roxy version
Includes a Dockerfile to for a standalone docker image
Languages
Go
70.7%
HTML
28.1%
Dockerfile
1.2%