Patrick has created a small Go program to test out his knowledge on parsing data from strings. His program takes as input a bool type value, then converts it to a string, and finally, prints both the converted type and its value.
When he tried to execute the program, he got an error because he used an incorrect function from the strconv package.
Please help Patrick fix his code by implementing the correct function that allows you to convert a bool type value to a string value, and then print both the converted type and its value.