diff options
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r-- | worker/notmuch/events.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go index 896befa..2140d68 100644 --- a/worker/notmuch/events.go +++ b/worker/notmuch/events.go @@ -1,3 +1,5 @@ +//+build notmuch + package notmuch type eventType interface{} |