Versions in this module Expand all Collapse all v1 v1.0.0 Dec 9, 2024 Changes in this version + func FromTOML(v []byte) ([]byte, error) + func FromYAML(v []byte) ([]byte, error) + 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