package main type City struct { Name string Area int Population int Mayor Person }