A URL shortener service written in Go with Fiber. It provides a simple web
client based on it to shorten URLs and stores the shortened URLs in a SQLite
database powered by Turso.
ShURL also has simple in-memory caching implemented from scratch in pure Go.