ch5-05 done

pull/1/head
D 2016-01-06 19:36:53 +08:00
parent 8a37694fae
commit 9711b0d64e
1 changed files with 1 additions and 1 deletions

View File

@ -122,6 +122,6 @@ $ ./outline2 http://gopl.io
練習 **5.9** :編寫函數 expand,將s中的"foo"替換爲f("foo")的返迴值。
```go
```Go
func expand(s string, f func(string) string) string
```