摘要:
A goroutine is a function that is capable of running concurrently with other functions. To create a goroutine we use the keyword go followed by a func 阅读全文
posted @ 2017-11-12 17:09
烤酸奶
阅读(180)
评论(0)
推荐(0)
摘要:
A method set is a list of methods that a type must have in order to “implement” the interface. 阅读全文
posted @ 2017-11-12 17:01
烤酸奶
阅读(191)
评论(0)
推荐(0)