type go.pact.im/x/extraio.ReaderFunc

3 uses

	go.pact.im/x/extraio (current package)
		extraio.go#L13: 	_ io.Reader = (ReaderFunc)(nil)
		func.go#L6: type ReaderFunc func(p []byte) (n int, err error)
		func.go#L9: func (f ReaderFunc) Read(p []byte) (n int, err error) {