Versions in this module Expand all Collapse all v0 v0.23.2 Feb 12, 2024 Changes in this version + var DontEscape = byte(255) + var EncodeMap [256]byte + var HexMap [256][]byte + var RawHexMap [256][]byte + func EncodeEscapedChar(buf *bytes.Buffer, entireString string, currentRune rune, currentByte byte, ...) + func NeedEscape(ch byte) bool