Write the code for a Go program that reads an integer number and checks if it's a positive number, a negative number, or a zero.
In case the number is positive print "Positive!", and if is negative print "Negative!". In case the number is zero print "Zero!".