[ 原始碼: golang-github-ssor-bom ]
套件: golang-github-ssor-bom-dev (0.0~git20170718.0.6386211-5)
golang-github-ssor-bom-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-ssor-bom:
- [golang-github-ssor-bom_0.0~git20170718.0.6386211-5.dsc]
- [golang-github-ssor-bom_0.0~git20170718.0.6386211.orig.tar.xz]
- [golang-github-ssor-bom_0.0~git20170718.0.6386211-5.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Aloïs Micard
外部的資源:
- 主頁 [github.com]
相似套件:
small Go library to clean bom from byte array or reader
This golang library implements a utility to clean bom from a byte array or byte reader.
Example(s):
bs := []byte{bom0, bom1, bom2, 0x11} result := CleanBom(bs)
bs := []byte{bom0, bom1, bom2, 0x11} result := NewReaderWithoutBom(bytes.NewReader(bs))