func bytes.Join
3 uses
bytes (current package)
bytes.go#L518: func Join(s [][]byte, sep []byte) []byte {
github.com/kr/text
wrap.go#L27: lines = append(lines, bytes.Join(line, sp))
wrap.go#L29: return bytes.Join(lines, nl)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)