There's a new goroutine accesing shared states like IsActive,ShowTimer in SpinnerPrinter#start. This causes race issue when calling other functions like "Stop" after the printer is started.
https://github.com/pterm/pterm/blob/master/spinner_printer.go#L140