|
|
6 лет назад | |
|---|---|---|
| .. | ||
| BUILD.bazel | 6 лет назад | |
| LICENSE | 6 лет назад | |
| README.md | 6 лет назад | |
| bom.go | 6 лет назад | |
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))