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