tangs b030ce89ca openbilibili | il y a 5 ans | |
---|---|---|
.. | ||
BUILD.bazel | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
bom.go | il y a 5 ans |
small tools for cleaning bom from byte array or reader
$ go get github.com/ssor/bom
bs := []byte{bom0, bom1, bom2, 0x11}
result := CleanBom(bs)
bs := []byte{bom0, bom1, bom2, 0x11}
result := NewReaderWithoutBom(bytes.NewReader(bs))