astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Why use `ioutil.NopCloser()` on PipeReader? #36

Open chuqingq opened 9 years ago

chuqingq commented 9 years ago

https://github.com/astaxie/bat/blob/master/httplib/httplib.go#L344

PipeReader already has Close().