Skip to content

teal-finance/notifier

Repository files navigation

notifier

workflow Go Report Go Version Go Reference

A golang package to send notification on some apps.

Usage

Mattermost

To set up a webhook, check the mattermost documentation

url := "https://framateam.org/hooks/your-mattermost-hook-url"
n := mattermost.NewNotifier(url)
n.Notify("Hello, world!")