A minimal URL shortener built with Go β perfect as a beginner backend project or to boost your resume with a real-world microservice!
- π§ Random short code generator
- π Redirect handler for short links
- π§Ύ JSON API with proper headers
- π§° In-memory map (no DB needed)
- β‘ Built in under 100 lines of code!
git clone https://github.com/yourusername/go-url-shortener.git
cd go-url-shortener
go run main.go