Writing web API in Go by just using standard library
Sep 11, 2025 · 6 min read · One the reason I prefer writing code in Go because of its feature rich standard library. You can go very far just using its standard library. Lets write small json api which only uses Go’s standard library and see how far we can go with it. The api w...
Join discussion