func bytes.Repeat

3 uses

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

	crypto/internal/fips140/ecdsa
		hmacdrbg.go#L66: 	d.V = bytes.Repeat([]byte{0x01}, size)

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