I am currently making a program with variables, but when I tried to run it
says that the variables are not defined. So below are may code for using
the variable:
func showBoard() {
fmt.Println(" 1 2 3")
fmt.Println("a", a1, a2, a3)
fmt.Println("b", b1, b2, b3)
fmt.Println("c", c1, c2, c3)
}
PS: I used the newest go version and the atom compiler
Sincerely
John
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.