b331371a65
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 <robin@jarry.cc>
6 lines
103 B
Go
6 lines
103 B
Go
//go:build notmuch
|
|
// +build notmuch
|
|
|
|
package worker
|
|
|
|
import _ "git.sr.ht/~rjarry/aerc/worker/notmuch"
|