Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 644 Bytes

Tests GoDoc

bytecase

Package bytecase implements functions for the case-insensitive searching of byte slices. It is analogous to the facilities of the strcase package.

Installation

bytecase is available using the standard go get command.

Install by running:

go get github.com/charlievieth/strcase/bytecase