MVC in Go
May 30, 2020
Go programming language (Golang) is a high performance programming language. It’s developed by experts working in Google. Go is powerful yet beautiful language that worth to learn, especially if you have experience in C or PHP. In short, Go makes programming fun again.
In this short post, I will show some code snippets to give overview of how to program in Go using Model View and Controller (MVC) pattern.
Firstly, it is important to know the flow of HTTP request and response.