Skip to content

Commit 5501980

Browse files
author
Ivan Dlugos
committed
go generator comment update
1 parent 111c047 commit 5501980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/generator/go/ast-reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ func parseAnnotations(tags string, annotations *map[string]*binding.Annotation)
666666
return nil
667667
}
668668

669-
// tags are space-separated
669+
// tags are space or comma separated
670670
for _, tag := range regexp.MustCompile("[ ,]+").Split(tags, -1) {
671671
if len(tag) > 0 {
672672
var name string

0 commit comments

Comments
 (0)