Package bytecase implements functions for the case-insensitive searching of byte slices. It is analogous to the facilities of the strcase package.
bytecase is available using the standard go get
command.
Install by running:
go get github.com/charlievieth/strcase/bytecase