[ Source: golang-github-ssor-bom ]
Package: golang-github-ssor-bom-dev (0.0~git20170718.0.6386211-4)
Links for golang-github-ssor-bom-dev
Trisquel Resources:
Download Source Package 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]
Maintainer:
Original Maintainer:
- QA Group
External Resources:
- Homepage [github.com]
Similar packages:
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
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 3.1 kB | 17 kB | [list of files] |