This package can be used to send desktop notifications from any go applications or packages.
- Get the package go get -v github.com/satheesh1997/go-notifier
- Import to your source code file import ( "github.com/satheesh1997/go-notifier" )
- To send notification use notifier.Notify(title, message, level)
- Levels can be:
- notifier.LOW
- notifier.NORMAL
- notifier.CRITICAL
- Linux
- Windows
we will extend our support soon for other operating system