Documentation
¶
Overview ¶
This package provides shims over Go 1.2{2,3} APIs which are missing from Go 1.21, and used by the Go 1.24 encoding/json package.
Inside the vendored package, all shim code has comments that begin look like // SHIM(...): ...
Index ¶
Constants ¶
View Source
const EscapeHTMLByDefault = false
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppendableStdEncoding ¶
func (AppendableStdEncoding) AppendEncode ¶
func (enc AppendableStdEncoding) AppendEncode(dst, src []byte) []byte
AppendEncode appends the base64 encoded src to dst and returns the extended buffer.
type OverflowableType ¶
func (OverflowableType) OverflowInt ¶
func (t OverflowableType) OverflowInt(x int64) bool
func (OverflowableType) OverflowUint ¶
func (t OverflowableType) OverflowUint(x uint64) bool
Click to show internal directories.
Click to hide internal directories.