[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ITP: golang-github-ssor-bom -- small tools for cleaning bom from byte array or reader



Package: wnpp
Severity: wishlist
Owner: Michael Lustfield <michael@lustfield.net>

* Package name    : golang-github-ssor-bom
  Version         : 0.0~git20170302.0.6ed919a-1
  Upstream Author : Asher
* URL             : https://github.com/ssor/bom
* License         : Expat
  Programming Lang: Go
  Description     : 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))

This is being packaged as a new dependency of golang-github-jaytaylor-html2text,
which is being packaged as a dependency of gitea.

Attachment: pgpQaluj7bHPC.pgp
Description: OpenPGP digital signature


Reply to: