Versions in this module Expand all Collapse all v0 v0.1.0 Aug 13, 2026 Changes in this version + func SupportedNames() []string + type Entry struct + Name string + Note string + Opaque bool + Support Support + Tracker string + func Lookup(name string) (Entry, bool) + func Table() []Entry + type SubForm struct + Head string + Parent string + func SubForms() []SubForm + type Support int + const CompileTimeOnly + const Supported + const Unsupported + func (s Support) String() string + type Violation struct + Column int + Line int + Name string + Reason string + Tracker string + func Scan(root *ast.Node) []Violation + func (v Violation) Message() string