MCPcopy Index your code
hub / github.com/golang/text / utf16Encoding

Struct utf16Encoding

encoding/unicode/unicode.go:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314var ErrMissingBOM = errors.New("encoding: missing byte order mark")
315
316type utf16Encoding struct {
317 config
318 mib identifier.MIB
319}
320
321type config struct {
322 endianness Endianness

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected