Johnny Joestar needs to create a small Go program that can take as input within the mathConstant variable different float64 values, such as the Golden ratio, Pi, and Euler's number. Then the program converts the input value to a string without losing any decimal points, and finally, prints the result.
Please help Johnny use the strconv.FormatFloat() function with the correct arguments to convert all the decimals of the mathConstant variable to a string and print the result to the console.