摘要:
dept1 := Dept{ name: "MySohu", building: "Internet", floor: 7} switch v := interface{}(dept1).(type) { case DeptModeFull: fmt.Printf("The dept1 is a D 阅读全文
posted @ 2016-07-25 00:03
zlingh
阅读(266)
评论(0)
推荐(0)
|
摘要:
dept1 := Dept{ name: "MySohu", building: "Internet", floor: 7} switch v := interface{}(dept1).(type) { case DeptModeFull: fmt.Printf("The dept1 is a D 阅读全文
posted @ 2016-07-25 00:03
zlingh
阅读(266)
评论(0)
推荐(0)
|