Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2026 Changes in this version + type HasFieldOrder struct + func NewHasFieldOrder(ol []string) *HasFieldOrder + func (h HasFieldOrder) AFact() + func (h HasFieldOrder) FieldOrder() []string + func (h HasFieldOrder) String() string + type StructDecl struct + func NewStructDecl(ts *ast.TypeSpec, doc *ast.CommentGroup) (StructDecl, bool) + func (s *StructDecl) FieldOrder() []string + type StructInit struct + func NewStructInit(cl *ast.CompositeLit) (StructInit, bool) + func (s StructInit) Diagnose(fset *token.FileSet, expectedOrder []string) *analysis.Diagnostic