From 00ed2ef06a9bfb35d05c33948cbd93c03153636a Mon Sep 17 00:00:00 2001 From: Jeffas Date: Wed, 26 Feb 2020 19:36:18 +0000 Subject: Add missing notmuch build tags --- worker/notmuch/eventhandlers.go | 2 ++ worker/notmuch/events.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/worker/notmuch/eventhandlers.go b/worker/notmuch/eventhandlers.go index e279dbc..976cbfd 100644 --- a/worker/notmuch/eventhandlers.go +++ b/worker/notmuch/eventhandlers.go @@ -1,3 +1,5 @@ +//+build notmuch + package notmuch func (w *worker) handleNotmuchEvent(et eventType) error { 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{} -- cgit v1.2.3