ch4: fix code path

This commit is contained in:
chai2010
2016-01-20 23:36:24 +08:00
parent ca0f87fad9
commit 3666d2f0e8
9 changed files with 16 additions and 30 deletions

View File

@@ -2,9 +2,8 @@
讓我們看看更多的例子比如镟轉slice、反轉slice或在slice原有內存空間脩改元素。給定一個字符串列表下面的nonempty函數將在原有slice內存空間之上返迴不包含空字符串的列表
<u><i>gopl.io/ch4/nonempty</i></u>
```Go
gopl.io/ch4/nonempty
// Nonempty is an example of an in-place slice algorithm.
package main