diff options
Diffstat (limited to 'worker/notmuch/message.go')
-rw-r--r-- | worker/notmuch/message.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/worker/notmuch/message.go b/worker/notmuch/message.go index 41bfd0b0..c95c9bac 100644 --- a/worker/notmuch/message.go +++ b/worker/notmuch/message.go @@ -1,4 +1,5 @@ -//+build notmuch +//go:build notmuch +// +build notmuch package notmuch |