* 翻译更正+译者注
原文:concatenates the string with itself.
为了便于理解增加了译者注
* 原书此处也是11.9,但实际上指的是练习11.11
原书此处也是11.9,但实际上指的是练习11.11
* 此处英文版原书有误,应该是练习10.16和10.17
* 原书此处有误,因为方法无法同时使用命名过的返回值和未命名的返回值
会报错:Method specification has both named and unnamed return parameters '(x interface{}, error)'
* 补漏+易读性提升
A function which has a (one or more) parameter of an interface type can be called with a variable(此处译文中漏掉) whose type implements that interface.
其**实参**可以是任何实现了该接口的类型的变量