You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a chat client and I'd like to iterate over the lines I wrap. I can strings.Split(..., "\n" over what I return but it seems like such a common things to need to do...