摘要:
转自:http://studygolang.com/topics/548例子Packages.go:package mainimport ( "fmt" "math/rand")func add(x int, y int) int { return x + y}func main(... 阅读全文
posted @ 2015-02-27 17:23 Bill Yuan 阅读(520) 评论(0) 推荐(2)
|
||
|
摘要:
转自:http://studygolang.com/topics/548例子Packages.go:package mainimport ( "fmt" "math/rand")func add(x int, y int) int { return x + y}func main(... 阅读全文
posted @ 2015-02-27 17:23 Bill Yuan 阅读(520) 评论(0) 推荐(2) |
||