LineComment
A Go line comment block. The children of this component are joined with two hard linebreaks. This is useful for creating line comments with multiple paragraphs.
import { LineComment } from "@alloy-js/go";
<LineComment > {children}</LineComment>
import { LineComment } from "@alloy-js/go/stc";
LineComment({ }).children(children)
children | Children |