func bytes.ToLower

2 uses

	bytes (current package)
		bytes.go#L681: func ToLower(s []byte) []byte {

	go.uber.org/zap/zapcore
		level.go#L174: 	if !l.unmarshalText(text) && !l.unmarshalText(bytes.ToLower(text)) {