func bytes.EqualFold
2 uses
	bytes (current package)
		bytes.go#L1221: func EqualFold(s, t []byte) bool {
	html/template
		transition.go#L241: 		if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)