func bytes.ReplaceAll

3 uses

	bytes (current package)
		bytes.go#L1030: func ReplaceAll(s, old, new []byte) []byte {

	golang.org/x/pkgsite/internal/frontend
		license.go#L57: 		l.Contents = bytes.ReplaceAll(l.Contents, []byte("\r"), nil)
		overview.go#L37: 	contents := bytes.ReplaceAll([]byte(readme.Contents), []byte("\r"), nil)