func bytes.Repeat

2 uses

	bytes (current package)
		bytes.go#L591: func Repeat(b []byte, count int) []byte {

	github.com/google/go-cmp/cmp
		report_slices.go#L348: 	b := bytes.Repeat([]byte{'.'}, len(s))