Build a RESTful API in Go

If you want to build a RESTful API, Go is an excellent language to use. It doesn’t have a lot of overhead. It’s a small language. It’s fast! What’s more, it’s standard library provides just about everything you need. So, in this series, you’re going to learn how to build and deploy a reasonably robust RESTful API step-by-step; one that can encrypt and decrypt text.