REST API Using Only Standard Go Packages

dak425

Donald Feury

Posted on July 6, 2020

REST API Using Only Standard Go Packages

Code available here

For my next go tutorial, I decided to actually demonstrate how to create a program. In this case, a REST API.

But not just any REST API, oh no. This one is built using only the standard package library available in go. While there are really nice resources for doing this, such as gorilla/mux, I wanted to demonstrate the power of the standard package library in go.

Check it out and let me know what ya'll think. Any feedback is greatly appreciated.

If you liked it and want to know when I post more, be sure to subscribe and thank ya'll again for your time!

💖 💪 🙅 🚩
dak425
Donald Feury

Posted on July 6, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related