@ -6,6 +6,9 @@ import (
)
// Lines returns a chan containing one line of output from the remote url.
//
// Lines closes the internal chan after it's fetched all bytes. Errors are not
// propagated.
func Lines(url string) <-chan string {
r := make(chan string)
The note is not visible to the blocked user.