Simple JSON Rest API in Go (tutorial) - Creation & Consumption

Simple JSON Rest API in Go (tutorial) - Creation & Consumption


This video will show you how to create a simple JSON Rest endpoint using Go's net/http package, after which I show you how to consume the API back into a usable form. Code: http://github.com/ste...
Tags:api