mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:33:04 +08:00
改个错字~ (#380)
This commit is contained in:
@@ -155,7 +155,7 @@ func main() {
|
|||||||
|
|
||||||
同样地,int16 也不能够被隐式转换为 int32。
|
同样地,int16 也不能够被隐式转换为 int32。
|
||||||
|
|
||||||
下面这个程序展示了通过显示转换来避免这个问题(第 4.2 节)。
|
下面这个程序展示了通过显式转换来避免这个问题(第 4.2 节)。
|
||||||
|
|
||||||
示例 4.9 [casting.go](examples/chapter_4/casting.go)
|
示例 4.9 [casting.go](examples/chapter_4/casting.go)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user