From 00f43b051943518422f2c6710b79bf00b93c529a Mon Sep 17 00:00:00 2001 From: ArkBriar Date: Fri, 6 Nov 2015 12:24:49 +0800 Subject: [PATCH] Fix link in 11.12 --- eBook/11.12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/11.12.md b/eBook/11.12.md index b15ef93..8a8a5cd 100644 --- a/eBook/11.12.md +++ b/eBook/11.12.md @@ -287,7 +287,7 @@ type ReaderWriter struct { 稍微改变练习 11.9,允许 `mapFunc` 接收不定数量的 items。 -**练习 11.13**:[main_stack.go—stack/stack_general.go](exercises/chapter_11/main_stack.go—stack/stack_general.go): +**练习 11.13**:[main_stack.go](exercises/chapter_11/main_stack.go)—[stack/stack_general.go](exercises/chapter_11/stack/stack_general.go): 在练习 10.10 和 10.11 中我们开发了一些栈结构类型。但是它们被限制为某种固定的内建类型。现在用一个元素类型是 interface{}(空接口)的切片开发一个通用的栈类型。 @@ -310,4 +310,4 @@ Pop() (x interface{}, error) - [目录](directory.md) - 上一节:[Printf 和反射](11.11.md) -- 下一节:[总结:Go 中的面向对象](11.13.md) \ No newline at end of file +- 下一节:[总结:Go 中的面向对象](11.13.md)