* Commit message: fix typo * Modify the path of sort.go
@@ -49,7 +49,7 @@ sort.Sort(a)
同样的原理,排序函数可以用于一个浮点型数组,一个字符串数组,或者一个表示每周各天的结构体 `dayArray`。
-示例 11.6 [sort.go](examples/chapter_11/sort.go):
+示例 11.6 [sort.go](examples/chapter_11/sort/sort.go):
```go
package sort