go-toast

Send toast notifications in Windows
Log | Files | Refs | README | LICENSE

commit ce23bc2275c66199b2a0c78c4ce0eff12579243c
parent fc617a95143bf5e18485b76490516b03b1da8c23
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Wed, 22 Mar 2023 14:25:03 +0800

wintoast: refer to toast for docs

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mwintoast/bind.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/wintoast/bind.go b/wintoast/bind.go @@ -4,6 +4,7 @@ package wintoast import "errors" // AppData describes the application to the Windows Runtime. +// See toast.Notification for more thorough documentation off these fields. type AppData struct { AppID string ActivationExe string // optional