GoLang: Send throttled alert mails or notify on Microsoft teams when an error occurs in Go app
GoLang package to send exception email, notifications on your Microsoft teams. Send throttled emails and messages whenever there is an error on the app.
Popular Go frameworks provide a one place global error handler. We have developed a go package that uses a file cache system to dispatch alert email and send messages on Microsoft Teams using webhook.
There are similar packages available written in other programming languages like one in PHP for…