diff options
Diffstat (limited to 'notification')
-rw-r--r-- | notification/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notification/doc.go b/notification/doc.go new file mode 100644 index 0000000..05295c6 --- /dev/null +++ b/notification/doc.go @@ -0,0 +1,2 @@ +// Package notification contains a simple cross-platform desktop notification sending function. +package notification |