This commit is contained in:
chai2010
2016-01-18 11:14:19 +08:00
parent a91355f5f1
commit 884ada9cd0
20 changed files with 116 additions and 92 deletions

View File

@@ -21,7 +21,7 @@
```Go
var f func(int) int
f(3) // 此處f的值爲nil,會引起panic錯誤
f(3) // 此處f的值爲nil, 會引起panic錯誤
```
函數值可以與nil比較