@@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
+//go:build cgo && !nocrypto
// +build cgo,!nocrypto
package main
package database
@@ -1,3 +1,4 @@
+//go:build !cgo || nocrypto
// +build !cgo nocrypto