Add missing notmuch build tags

This commit is contained in:
Jeffas 2020-02-26 19:36:18 +00:00 committed by Reto Brunner
parent 31489e3baa
commit 00ed2ef06a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//+build notmuch
package notmuch
func (w *worker) handleNotmuchEvent(et eventType) error {

View File

@ -1,3 +1,5 @@
//+build notmuch
package notmuch
type eventType interface{}