diff --git a/crypto.go b/crypto.go index 402e8f4..6b9cdd8 100644 --- a/crypto.go +++ b/crypto.go @@ -15,7 +15,6 @@ // along with this program. If not, see . //go:build cgo && !nocrypto -// +build cgo,!nocrypto package main diff --git a/database/cryptostore.go b/database/cryptostore.go index 872a9d6..b964508 100644 --- a/database/cryptostore.go +++ b/database/cryptostore.go @@ -15,7 +15,6 @@ // along with this program. If not, see . //go:build cgo && !nocrypto -// +build cgo,!nocrypto package database diff --git a/no-crypto.go b/no-crypto.go index 14e49c0..fa5f434 100644 --- a/no-crypto.go +++ b/no-crypto.go @@ -1,5 +1,4 @@ //go:build !cgo || nocrypto -// +build !cgo nocrypto package main