Skip to content
Sections
>> Trisquel >> Packages >> nabia >> devel >> golang-github-ssor-bom-dev
etiona  ] [  nabia  ] [  aramo  ]
[ Source: golang-github-ssor-bom  ]

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

Download golang-github-ssor-bom-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 3.1 kB17 kB [list of files]