A simple and efficient URL shortening service written in Go. This project provides a lightweight tool to shorten long URLs into compact, shareable links, with a focus on performance and ease of use.
$ ./url-shortener
and open browser http://localhost:8080/.
- PostgreSQL (set
DATABASE_URL)
go install github.com/mattn/url-shortener@latest
MIT
Yasuhiro Matsumoto (a.k.a. mattn)