day 36 @go struct

定義方法

type MyStruct struct {
    first_field int
    second_field *int
}