Skip to content

Latest commit

 

History

History

ch7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

7.1 接口即约定

7.2 接口类型

7.3 实现接口

7.4 使用 flag.Value 来解析参数

7.5 接口值

7.6 使用 sort.Interface 来排序

7.7 http.Handler 接口

7.8 error 接口

7.9 示例:表达式求值器

7.10 类型断言

7.11 使用类型断言来识别错误

7.12 通过接口类型断言来查询特性

7.13 类型分支

7.14 示例:基于标记的 XML 解析

7.15 一些建议