RESTful APIs using Golang and Gorilla Mux for beginners
In this article, we're going to create a simple REST APIs with complete CRUD functionality using Golang. Also, we will be using Gorilla Mux router for routing purposes.
What is Golang?
Golang is a statically typed, compiled programming language des...
blog.learncodeonline.in12 min read
Amal Shaji
web + devtools = ❤️🔥
Why create a workspace under GOPATH/src when you can use Go Modules?