// 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.
funcLines(urlstring)<-chanstring{
r:=make(chanstring)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.