URL Shortener in Golang Follow below steps : git clone this repo Run go get Build it and run the application. Note This application is using in-memory to store the shortened url details, so once you stop the application you wont be able to access the shortened URL.