Packages Flashcards

Learn more about packages available in go and its functionalities

1
Q

Split a string into individual words

A

strings.Fields() splits string into slice of words, with method signature - func Fields(str string) []string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly