func github.com/kr/text.WrapWords

2 uses

	github.com/kr/text (current package)
		wrap.go#L26: 	for _, line := range WrapWords(words, 1, lim, defaultPenalty) {
		wrap.go#L43: func WrapWords(words [][]byte, spc, lim, pen int) [][][]byte {