Documentation ¶ Index ¶ func Eval(expr string, testTags []string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Eval ¶ func Eval(expr string, testTags []string) (bool, error) Eval evaluates a boolean tag expression against a set of test tags. Returns true if the expression matches the tag set, false otherwise. Expression syntax: TAG, !TAG, TAG1 && TAG2, TAG1 || TAG2, (expr) Precedence: ! > && > || Types ¶ This section is empty. Source Files ¶ View all Source files tagexpr.go Click to show internal directories. Click to hide internal directories.