Skip to content
Sections
>> Trisquel >> パッケージ >> nabia >> devel >> golang-github-ssor-bom-dev
etiona  ] [  nabia  ] [  aramo  ]
[ ソース: golang-github-ssor-bom  ]

パッケージ: golang-github-ssor-bom-dev (0.0~git20170718.0.6386211-4)

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))

golang-github-ssor-bom-dev のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 3.1 kB17 kB [ファイル一覧]