diff options
Diffstat (limited to 'worker/notmuch/lib/thread.go')
-rw-r--r-- | worker/notmuch/lib/thread.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/worker/notmuch/lib/thread.go b/worker/notmuch/lib/thread.go index 297260d8..33bf872c 100644 --- a/worker/notmuch/lib/thread.go +++ b/worker/notmuch/lib/thread.go @@ -1,4 +1,5 @@ -//+build notmuch +//go:build notmuch +// +build notmuch package lib |