/images/alvinditya.png

Simple REST Application using Go/Golang

Introduction Go is a statically typed language, The compiler produces optimized machine code, so CPU-intensive code is significantly more efficient than languages like Python or Ruby, which have byte-code compilers and use virtual machines for execution. Prerequisites Make sure you have installed Golang on your device Step to create a simple REST application using Golang Importing packages or modules Install GorillaMux for it’s efficiency and simplicity for learning go get github.