Что будет выведено в результате выполнения программы
type Person struct { Name string } func (person Person) SetName(newName string) {