bytes.SplitAfter and strings.SplitAfter
most common usage is: lines := strings.SplitAfter(text, "\n", 0) R=r http://go/go-review/1018042
Showing
Please register or sign in to comment
most common usage is: lines := strings.SplitAfter(text, "\n", 0) R=r http://go/go-review/1018042