package main type Person struct { FirstName string LastName string Age int JobTitle string }