about summary refs log tree commit diff stats
path: root/worker/notmuch/lib
diff options
context:
space:
mode:
Diffstat (limited to 'worker/notmuch/lib')
-rw-r--r--worker/notmuch/lib/database.go3
-rw-r--r--worker/notmuch/lib/thread.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/worker/notmuch/lib/database.go b/worker/notmuch/lib/database.go
index ad670c5..46a39bc 100644
--- a/worker/notmuch/lib/database.go
+++ b/worker/notmuch/lib/database.go
@@ -1,4 +1,5 @@
-//+build notmuch
+//go:build notmuch
+// +build notmuch
 
 package lib
 
diff --git a/worker/notmuch/lib/thread.go b/worker/notmuch/lib/thread.go
index 297260d..33bf872 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