Last Updated: October 03, 2017
·
763
· thedevsaddam

Building RESTful API service in golang

Today I’m going to build a simple API for todo application with the golang programming language. I’m going to use golang simplest/fastest framework gin-gonic and a beautiful ORM gorm for our database work. To install these packages go to your workspace $GOPATH/src and run these command below
read full article here