package main func (r *Read2) Read(p []byte) (n int, err error) { panic("not implemented") // TODO: Implement } type Read2 struct{}