test pkg/exprhelpers: explicit message if the tag "expr_debug" is missing (#3400)

* test pkg/exprhelpers: explicit message if the tag "expr_debug" is missing

* typo

* lint: use build tag expr_debug while linting

* lint
This commit is contained in:
mmetc 2025-01-15 12:13:54 +01:00 committed by GitHub
parent cc1196c3ad
commit 9ef5f58f88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 95 additions and 36 deletions

View file

@ -1,3 +1,4 @@
//go:build expr_debug
package exprhelpers
import (