How to build a URL shortener in Go
In this article will be showing you how to build a url shortener in go.
In this article will be showing you how to build a url shortener in go.
In this post I'll show you how I improved the performance of my go based cryptocurrency exchange aggregator. By making small changes, like using goroutines, switching JSON libraries and reusing HTTP handlers.