go interface介绍

http://legendtkl.com/2017/06/12/understanding-golang-interface/      深入理解 Go Interface

http://legendtkl.com/2017/07/01/golang-interface-implement/    Go Interface 源码剖析

https://blog.csdn.net/D_Guco/article/details/78507999   golang interface深度解析

上一篇:深入研究java.lang.Runtime类(转)


下一篇:c++ operator操作符的两种用法:重载和隐式类型转换,string转其他基本数据类型的简洁实现string_cast