go-toast

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

commit ca66597e00d8ff8c034188582deeb9ec66af643a
parent 1601fbeb01b6618a331c9acd40ef9e5541e3bd8d
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu, 16 Mar 2023 17:32:08 +0800

move cmd to example

cmd was misleading as the binary was designed to test the api.

We can make a fully fledged command binary later.

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

Diffstat:
Rcmd/toast-cli/main.go -> examples/toast-cli/main.go | 0
1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/cmd/toast-cli/main.go b/examples/toast-cli/main.go