go-toast

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

commit 29071af9a10475a3e0a95b6793ac645504f11e72
parent d5f241d934b73b6fd4b2175d144a22fcc6f86782
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sun,  6 Oct 2024 18:51:47 +1000

wintoast: cleanup imports

Diffstat:
Mwintoast/bind_windows.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/wintoast/bind_windows.go b/wintoast/bind_windows.go @@ -10,8 +10,6 @@ import ( "os/exec" "sync/atomic" "syscall" - "unicode/utf16" - "unicode/utf8" "unsafe" "git.sr.ht/~jackmordaunt/go-toast/internal/winrt/data/xml/dom"