mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 01:28:28 +08:00
12 lines
412 B
Markdown
12 lines
412 B
Markdown
## 简介
|
|
golang 是 google 开发的一种静态的强类型、编译型、并发型、并具有垃圾回收功能的编程语言。
|
|
|
|
- 既有编译语言的严谨与高效,又具有脚本语言的动态与灵活。
|
|
|
|
### 相关链接
|
|
- 官网: <https://golang.org/>
|
|
- 源码: <https://github.com/golang>
|
|
|
|
### 源码安装
|
|
可以去官网下载各种安装包(<https://golang.org/dl/>),直接进行安装。
|