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)
Excelent tutorial!
Do you have a repository where that code is?
Ask and you shall receive - code
Oh yeah I really should throw that into a repo, give me a bit and it will be available in one