1.26.0
(fix): Fix backslash escaping in Go string literals. When example data contains backslashes
(e.g., \$ref in JSON schema references), the generator now correctly outputs \\
in double-quoted Go strings instead of producing invalid escape sequences.