TrimSpace in Go
TrimSpace returns a slice of the string s, with all leading and trailing white space removed, as defined by Unicode.
TrimSpace returns a slice of the string s, with all leading and trailing white space removed, as defined by Unicode.