This commit is contained in:
xushiwei
2024-07-09 12:42:20 +08:00
parent e41da0d697
commit e4ae0980b4

View File

@@ -573,8 +573,8 @@ func handleTypeDecl(prog llssa.Program, pkg *types.Package, decl *ast.GenDecl) {
}
const (
llgotype = "//llgo:type"
llgotype2 = "// llgo:type"
llgotype = "//llgo:type "
llgotype2 = "// llgo:type "
)
func typeBackground(doc *ast.CommentGroup) (bg string) {