Writing web API in Go by just using standard library
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 li
sagarkaurav.hashnode.dev6 min read