Print prints the given text using fmt.Print in a way where colors work on Windows.
Printf prints the given text using fmt.Printf in a way where colors work on Windows.
Println prints the given text using fmt.Println in a way where colors work on Windows.