Add missing notmuch build tags
This commit is contained in:
parent
31489e3baa
commit
00ed2ef06a
|
@ -1,3 +1,5 @@
|
|||
//+build notmuch
|
||||
|
||||
package notmuch
|
||||
|
||||
func (w *worker) handleNotmuchEvent(et eventType) error {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//+build notmuch
|
||||
|
||||
package notmuch
|
||||
|
||||
type eventType interface{}
|
||||
|
|
Loading…
Reference in New Issue