This commit is contained in:
dake
2015-11-03 00:00:40 +08:00
parent 7ca34089ef
commit 2b28fbb515
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# 12.8 一个使用接口的实际例子fmt.Fprintf
# 12.8 使用接口的实际例子fmt.Fprintf
例子程序 `io_interfaces.go` 很好的阐述了 io 包中的接口概念。