初始提交
This commit is contained in:
14
golang-learning/05-interfaces/README.md
Normal file
14
golang-learning/05-interfaces/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 第五章:接口
|
||||
|
||||
本章将学习 Go 语言的接口系统,这是 Go 实现多态的重要机制。
|
||||
|
||||
## 学习目标
|
||||
- 理解接口的概念和作用
|
||||
- 掌握接口的定义和实现
|
||||
- 学会使用空接口
|
||||
- 了解类型断言的用法
|
||||
|
||||
## 文件列表
|
||||
- `01-basic-interfaces.go` - 基础接口
|
||||
- `02-empty-interface.go` - 空接口
|
||||
- `03-type-assertions.go` - 类型断言
|
Reference in New Issue
Block a user