package main type person struct { name string age uint } func main() { }