mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
@@ -116,7 +116,6 @@ Go 语言可以在 Intel 或 ARM 处理器上运行,因此它也可以在安
|
||||
- 不支持动态链接库
|
||||
- 不支持泛型
|
||||
- 通过 `recover` 和 `panic` 来替代异常机制(第 13.2-3 节)
|
||||
- 不支持断言
|
||||
- 不支持静态变量
|
||||
|
||||
关于 Go 语言开发团队对于这些方面的讨论,你可以通过 [Go 常见问题](http://golang.org/doc/go_faq.html) 页面查看。
|
||||
|
Reference in New Issue
Block a user