I was wondering how to remove:
strings.Fields() splits on any amount of white space, thus:
strings.Join(strings.Fields(strings.TrimSpace(s)), " ")