In this tutorial, we are going to learn templating in Go. Using html/template package we’ll do templating. It provides a rich templating language for HTML templates....
The net/http package has a lot of functionalities. The gorilla/mux comes with more routing features. In this article, we’re going to use gorilla mux...