Minimalist URL shortener service using Golang.
- Slowpoke
- Hashids
- Gorilla/mux
- We use a browser and generate a GET request http://localhost:9090/build?url="LONG_URL_HERE"
- We get a short link and follow it
- So easy
git clone https://github.com/Vitaljaz/golang-url-shortener
cd golang-url-shortener
go run main.go