This commit is contained in:
Chris Lu
2018-05-27 11:56:49 -07:00
parent 458ada173e
commit 8b0718ac92
3 changed files with 2 additions and 6 deletions

View File

@@ -141,7 +141,6 @@ func GetBufferStream(url string, values url.Values, allocatedBytes []byte, eachB
return err
}
}
return nil
}
func GetUrlStream(url string, values url.Values, readFn func(io.Reader) error) error {