I have the following code
package main type SomeStruct struct{ Name string Age int Height float64 } func main(){ old := SomeStruct{