func bytes.ToLower

4 uses

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

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

	html/template
		css.go#L35: 	return string(bytes.ToLower(b[i:])) == kw
		css.go#L255: 	id = bytes.ToLower(id)