go-toast

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

commit 8dd2fc0797e688957a0d0bafd03066cfbeca2a54
parent 9f23965a9340a69774ecaefb1b99615fa059c273
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon, 20 Mar 2023 16:28:51 +0800

fixup module name

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

Diffstat:
Mexamples/toast-cli/main.go | 2+-
Mgo.mod | 2+-
Mtoast.go | 4++--
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/toast-cli/main.go b/examples/toast-cli/main.go @@ -3,8 +3,8 @@ package main import ( "flag" "fmt" + "git.sr.ht/~jackmordaunt/go-toast" "time" - "toast" ) func main() { diff --git a/go.mod b/go.mod @@ -1,4 +1,4 @@ -module toast +module git.sr.ht/~jackmordaunt/go-toast go 1.20 diff --git a/toast.go b/toast.go @@ -4,12 +4,12 @@ import ( "bytes" "errors" "fmt" + "git.sr.ht/~jackmordaunt/go-toast/internal/bind" + "git.sr.ht/~jackmordaunt/go-toast/tmpl" "io" "os" "os/exec" "syscall" - "toast/internal/bind" - "toast/tmpl" ) // Notification