Registry / utility / go-toast-toast

go-toast-toast

JSON →
library0.0.0-20190211030409-01e6764cf0a4gogounverified

Toast is a Go library for displaying Windows toast notifications.

go get github.com/go-toast/toast
INSTALL
IMPORT
SIG · GO-TOAST-TOAST
G
go-toast-toast
utilitygov0.0.0-20190211030409-01e6764cf0a4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

toast
github.com/go-toast/toast

Sends a Windows toast notification.

package main import ( "github.com/go-toast/toast" ) func main() { notification := toast.Notification{ AppID: "MyApp", Title: "Hello", Message: "World", } notification.Push() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190211030409-01e6764cf0a4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
go-toast-toast — go get go-toast-toast · libregistry