Versions in this module Expand all Collapse all v0 v0.0.1 Oct 24, 2024 Changes in this version + type Annotation interface + Name func() string + type CommentAnnotation struct + Text string + func Comment(text string) *CommentAnnotation + func (*CommentAnnotation) Name() string + type Merger interface + Merge func(Annotation) Annotation