Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
var
UTF8BOM encoding.Encoding = utf8bomEncoding{}
41
42
type
utf8bomEncoding
struct
{}
43
44
func
(utf8bomEncoding) String() string {
45
return
"UTF-8-BOM"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected