feat: revise API, add README.md, LICENSE
This commit is contained in:
@@ -41,7 +41,7 @@ func TestBasicRun(t *testing.T) {
|
||||
|
||||
type infiniteReader struct{}
|
||||
|
||||
func (ir *infiniteReader) Read(_ context.Context) ([]string, error) {
|
||||
func (ir *infiniteReader) Read() ([]string, error) {
|
||||
return []string{"infinity", "looks", "like", "this"}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user