Install golang-github-ssor-bom-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-ssor-bom-dev
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))
Homepage: https://github.com/ssor/bom
Version: 0.0~git20170718.0.6386211-4
Section: universe/devel