diff options
| author | Maxwell Krohn | 2016-05-17 12:18:23 -0500 |
|---|---|---|
| committer | Maxwell Krohn | 2016-05-17 12:18:23 -0500 |
| commit | bf99ebf159886a9e825512fb9e174cb9b011705f (patch) | |
| tree | ceec2fb1cff4b023066b0970d785e1d8e5b1e028 | |
| parent | c9cfceb1fd3b324cae19c41f247ef4355f22c279 (diff) | |
| parent | 691accb554b4808ecb1d96b9e1b128dd2ec65879 (diff) | |
| download | go-notifier-bf99ebf159886a9e825512fb9e174cb9b011705f.tar.bz2 | |
Merge pull request #1 from keybase/comment-fix
comment fix
| -rw-r--r-- | notifier_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier_linux.go b/notifier_linux.go index 7996354..69b32cb 100644 --- a/notifier_linux.go +++ b/notifier_linux.go @@ -10,7 +10,7 @@ import ( type linuxNotifier struct{} -// NewNotifier constructs notifier for Windows +// NewNotifier constructs notifier for Linux func NewNotifier() (Notifier, error) { return &linuxNotifier{}, nil } |
