This is a simple URL shortening service written in Go, using Gin-Web Framework for routing and Google Cloud Datastore for storage.
Introduction
This project aims to provide a simple and scalable way to create short aliases for long URLs. It's built in Go and designed to be easy to deploy and maintain. The service supports basic operations such as creating a short URL and redirecting to the original URL when accessed.