Tag Archives: golang rest api

golang-tutorials

Building a RESTful API in Go Using Mux and Logrus

This Golang tutorial help to create http rest call using mux package. I am not using any framework, Its use only core golang programming to create http rest call.

I am creating a rest call that will take id as parameters and return as a json data, Next tutorial will have how to handle JSON data with Golang http package.

Continue reading