Hi there,
Finally, the lib can ignore inline comments. It's great and works like a charm. But can we now remove redundant quotes for values that contain ; or # symbols when IgnoreInlineComment is set to true?
Specifically, here
|
} else if strings.ContainsAny(val, "#;") { |
Hi there,
Finally, the lib can ignore inline comments. It's great and works like a charm. But can we now remove redundant quotes for values that contain
;or#symbols whenIgnoreInlineCommentis set to true?Specifically, here
ini/ini.go
Line 502 in 1730955