strings

package
v0.0.0-...-6fe4f4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: MIT Imports: 0 Imported by: 0

README

Exercise 5.16 (P143)

Write a variadic version of strings.Join.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Join

func Join(sep string, strs ...string) string

Join concatenates the elements of array to create a single string. The separator string sep is placed between elements in the resulting string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL