结构(记录)
定义和初始化
构造函数
方法
字段和属性
常量
继承
结构内的结构
type
colorPoint
struct
{
//Fields
x, y
int
//In Golang there are no properties
Color Brush
}