Below you will see a Go program with a few global variables incorrectly declared. Your task is to fix the code and use the correct syntax to declare the global variables.
Take notice that for this task, it is not necessary for you to create the
main function or write any code within it.