Kendrick has created a small Go program that reads a value representing an angle (in degrees), and prints the difference between its sine and cosine to the terminal. However, he is missing very important package imports and function prefixes in his code.
Can you help Kendrick fix his code by adding the missing package imports and also the missing prefixes of the functions?