1 2 3 4 5 6 7 8
package main func getNewArea(x,y int, nam string) Area { myArea := Area{x,y,0,nam,0,0} return myArea }