GO基础:method相关
摘要:
// method相关 // method是特殊的function,带有reciever参数。 // https://tour/golang.org package main import ( "fmt" "math" ) type Vertex struct{ X, Y float64 } // 阅读全文
posted @ 2016-09-13 21:22 荆南山砍柴人 阅读(172) 评论(0) 推荐(0)
posted @ 2016-09-13 21:22 荆南山砍柴人 阅读(172) 评论(0) 推荐(0)