Like with functions we can collapse fields that have the same type: type Circle struct ... func circleArea(c Circle) float64 { return math.Pi * c.r*c.r }.
確定! 回上一頁