Go interface 详解(一) :介绍 Posted on 2014年2月6日 by 海明博士 - Updated 2018年3月6日 本系列是阅读 “The Go Programming Language” 理解和记录。 Go 中的 inter.. Read more go 语言
Go interface 详解(二) :定义和使用 Posted on 2014年2月6日 by 海明博士 - Updated 2018年3月6日 本系列是阅读 “The Go Programming Language” 理解和记录。 定义 interfac.. Read more go 语言
Go interface 详解 (三) :interface 的值 Posted on 2014年2月6日 by 海明博士 - Updated 2018年3月6日 本系列是阅读 “The Go Programming Language” 理解和记录。 Interface v.. Read more go 语言
Go interface 详解 (四) :type assertion Posted on 2014年2月6日 by 海明博士 - Updated 2018年3月6日 本系列是阅读 “The Go Programming Language” 理解和记录。 Type Assert.. Read more go 语言