tb0hdan / urlshortener

URL shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shortener

URL shortener

Building

make

Running

./urlshortener

Help

./Usage of ./urlshortener:
  -bind string
        Address to bind to, host:port (default "0.0.0.0:8000")
  -readt int
        Read timeout, seconds (default 30)
  -tpldir string
        Path to templates (default "templates")
  -urldb string
        Path to URLDB CSV file
  -writet int
        Write timeout, seconds (default 30)

Notes: urldb is not supported yet

About

URL shortener

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 91.7%Language:Makefile 7.1%Language:HTML 1.2%