1 min readMar 24, 2018
Hello Kenneth, I have used Gorilla Mux only because it is a well know Go router (has almost 6k stars on Github) and because it was used in the original article (see references). There are other options, for example, HttpRouter, which are also well known Go routers.
You can read more about Go routers on the following links: