From b331371a6585b6a0cba678b2deba332e470a478b Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sat, 11 Dec 2021 23:20:53 +0100 Subject: format: reformat code with go 1.17 There was a change in how build tags are formatted. Use this as new reference. Link: https://go.dev/doc/go1.17#gofmt Signed-off-by: Robin Jarry --- worker/notmuch/message.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'worker/notmuch/message.go') 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 -- cgit