Write simple REST API program in Golang using Gorilla/Mux

In this post, we are creating an API that will allow users to perform CRUD operation on the given data. Before we get begin, I’ll assume that you: Have Go installed in your system Basic understanding of Go programming language. Know how to interact with RESTAPI Now let’s install gorilla/mux dependency in our working directory […]

Write simple REST API program in Golang using Gorilla/Mux Read More »