Package strings
Table of Contents
Join elmenets of a slice howto
Split a string on whitespace howto
func Fields(s string) []string reference
- Whitespace is determined by defined by
unicode.IsSpace.
func Fields(s string) []string referenceunicode.IsSpace.