Versions in this module Expand all Collapse all v1 v1.8.5 Sep 3, 2023 Changes in this version + type Reader struct + func (v *Reader) Read(b []byte) (int, error) + type State byte + const StateComment + const StateContent + const StateDoubleQuote + const StateDoubleQuoteEscape + const StateEscape + const StateMultilineComment + const StateMultilineCommentStar + const StateSingleQuote + const StateSingleQuoteEscape + const StateSlash