Removes whitespace from the start of a string.
1
printf("%s\n", strings.trimLeft(" hello ")) // "hello "