Add missing notmuch build tags
This commit is contained in:
parent
31489e3baa
commit
00ed2ef06a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
//+build notmuch
|
||||||
|
|
||||||
package notmuch
|
package notmuch
|
||||||
|
|
||||||
func (w *worker) handleNotmuchEvent(et eventType) error {
|
func (w *worker) handleNotmuchEvent(et eventType) error {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//+build notmuch
|
||||||
|
|
||||||
package notmuch
|
package notmuch
|
||||||
|
|
||||||
type eventType interface{}
|
type eventType interface{}
|
||||||
|
|
Loading…
Reference in a new issue