Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + const IgnoreDirective + type Finding struct + Func string + Hook string + Kind FindingKind + Pos token.Position + func CheckDir(parseRoot string) ([]Finding, error) + func CheckSource(parseFilename string, parseSrc []byte) ([]Finding, error) + func (parseF Finding) Remediation() string + func (parseF Finding) String() string + type FindingKind string + const KindConditional + const KindLoop Other modules containing this package github.com/monstercameron/GoWebComponents/v4