DEV Community

Cover image for REST API Using Only Standard Go Packages
Donald Feury
Donald Feury

Posted on • Updated on • Originally published at donaldfeury.xyz

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!

Top comments (3)

Collapse
 
marceloaguero profile image
Marcelo Aguero

Excelent tutorial!
Do you have a repository where that code is?

Collapse
 
dak425 profile image
Donald Feury • Edited

Ask and you shall receive - code

Collapse
 
dak425 profile image
Donald Feury

Oh yeah I really should throw that into a repo, give me a bit and it will be available in one