摘要: package mainimport ( "fmt" "reflect")type YourT1 struct {}func (y *YourT1) MethodBar() { fmt.Println("MethodBar called")}type YourT2 struct {... 阅读全文
posted @ 2014-09-16 13:46 自由出土文物 阅读(2847) 评论(0) 推荐(0) 编辑