mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:32:05 +08:00
Modify the path of sort.go (#507)
* Commit message: fix typo * Modify the path of sort.go
This commit is contained in:
@@ -49,7 +49,7 @@ sort.Sort(a)
|
|||||||
|
|
||||||
同样的原理,排序函数可以用于一个浮点型数组,一个字符串数组,或者一个表示每周各天的结构体 `dayArray`。
|
同样的原理,排序函数可以用于一个浮点型数组,一个字符串数组,或者一个表示每周各天的结构体 `dayArray`。
|
||||||
|
|
||||||
示例 11.6 [sort.go](examples/chapter_11/sort.go):
|
示例 11.6 [sort.go](examples/chapter_11/sort/sort.go):
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package sort
|
package sort
|
||||||
|
Reference in New Issue
Block a user