Hello world

文章分类 -  go

摘要:转自:http://studygolang.com/articles/2593example1func f() (result int) { defer func() { result++ }() return 0}example2func f() (r int) {... 阅读全文
posted @ 2015-10-18 20:53 hershell 阅读(204) 评论(0) 推荐(0)