A lightweight URL shortener written in Go with a clean frontend UI.
- Shortens long URLs
- Simple in-memory storage (no database required)
- Frontend UI included (HTML + JS)
- API for programmatic usage
git clone https://github.com/hemansadeghi/Go-url-shortener.git
cd Go-url-shortener
go run main.go
.
├── main.go
├── LICENSE
├── README.md
├── .gitignore
└── frontend/
└── index.html
This project is licensed under the MIT License.