MCPcopy Create free account
hub / github.com/golang/text / utf8bomEncoding

Struct utf8bomEncoding

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

Source from the content-addressed store, hash-verified

40var UTF8BOM encoding.Encoding = utf8bomEncoding{}
41
42type utf8bomEncoding struct{}
43
44func (utf8bomEncoding) String() string {
45 return "UTF-8-BOM"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected