[ ソース: golang-github-ssor-bom ]
パッケージ: golang-github-ssor-bom-dev (0.0~git20170718.0.6386211-4)
golang-github-ssor-bom-dev に関するリンク
Trisquel の資源:
golang-github-ssor-bom ソースパッケージをダウンロード:
- [golang-github-ssor-bom_0.0~git20170718.0.6386211-4.dsc]
- [golang-github-ssor-bom_0.0~git20170718.0.6386211.orig.tar.xz]
- [golang-github-ssor-bom_0.0~git20170718.0.6386211-4.debian.tar.xz]
メンテナ:
Original Maintainer:
- QA Group
外部の資源:
- ホームページ [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))