Tag
Go
4 posts tagged "Go".
2 min readListing all endpoints with Gorilla Mux Router
When adding different handlers to a Router, each one with its own base path (sub routing), it comes handy to list all the endpoints declared, not only as a…
3 min readHow to make a WhatsApp Bot in Go [Part 3 of N]
Processing incoming messages, either text or media, is one of the fundamental features a Bot must implement. In this post we will explore how to do this.
3 min readHow to make a WhatsApp Bot in Go [Part 2 of N]
In this second step, we are going to analyse how to use the API of [go-whatsapp](https://github.com/Rhymen/go-whatsapp) described in the [previous blog…
3 min readHow to make a WhatsApp Bot in Go [Part 1 of N]
Such a long time since I've published my last post, I'm back with a simple and small post: How to make a simple Whatsapp Bot in Go.