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 came here for a quick wordwrapping library but I noticed that your lib does not honor double newlines like hello\n\nworld at merges them to hello\nworld. Just a quick note. I'm trying github.com/mitchellh/go-wordwrap next.
I came here for a quick wordwrapping library but I noticed that your lib does not honor double newlines like
hello\n\nworldat merges them tohello\nworld. Just a quick note. I'm tryinggithub.com/mitchellh/go-wordwrapnext.