func go.pact.im/x/extraio.NewHashReader

2 uses

	go.pact.im/x/extraio (current package)
		hash.go#L20: 	return io.LimitReader(NewHashReader(h), n)
		hash.go#L24: func NewHashReader(h hash.Hash) *HashReader {