结构
6
构造函数
9
方法
5
属性
2
继承
定义和初始化
字段
事件
常量
嵌套结构体
检查引用相等
创建对象的副本
//There are no classes in golang
type
game
struct
{
// public field
Name
string
Year
int
}