As much as I like Go I don't think it's ideal for CLI apps. IMO Python is the best at creating simple to complex CLI apps due to it being interpreted and simple. It's an overcharged bash.
Python is also slow and has poor support for parallelism.
Finally, “Python is simple” only really applies to its syntax. Overall, Go is a significantly simpler language than Python.