aboutsummaryrefslogtreecommitdiff
path: root/lib/notification/doc.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-11 15:05:42 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-11 15:05:42 +0300
commitc0705b02a08bc9054ab8dca0363248bf72896b3d (patch)
tree2ebc3c91c79021ca22d40f58681b1b2e934cd056 /lib/notification/doc.go
parent8270bc0322ac262f4b48c92d5fad25cf9634f1bb (diff)
Move notification package to lib/ and add open package
Diffstat (limited to 'lib/notification/doc.go')
-rw-r--r--lib/notification/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/notification/doc.go b/lib/notification/doc.go
new file mode 100644
index 0000000..05295c6
--- /dev/null
+++ b/lib/notification/doc.go
@@ -0,0 +1,2 @@
+// Package notification contains a simple cross-platform desktop notification sending function.
+package notification