We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5251c0d + a9802a3 commit 6741464Copy full SHA for 6741464
ebook/02.2.md
@@ -78,6 +78,8 @@ Go对于已声明但未使用的变量会在编译阶段报错,比如下面的
78
const MaxThread = 10
79
const prefix = "astaxie_"
80
81
+Go 常量和一般程式語言不同的是,可以指定相當多的小數位數(例如200位),
82
+若指定給float32自動縮短為32bit,指定給float64自動縮短為64bit,詳情參考[連結](http://golang.org/ref/spec#Constants)
83
84
## 内置基础类型
85
0 commit comments