Add doc.go files

This commit is contained in:
Tulir Asokan
2018-03-22 23:45:54 +02:00
parent a9c899f0d5
commit 20a1a31fa8
9 changed files with 18 additions and 0 deletions

2
notification/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package notification contains a simple cross-platform desktop notification sending function.
package notification