docs: update docs

Log:
This commit is contained in:
xiangzelong
2023-02-23 11:51:27 +08:00
parent 3e791ebd6a
commit 228cd41b94
3 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# 11.2. golang编程环境搭建
## 11.2.1. 软件包
### golang
golang是一款非常强大的编程语言。
```Shell
sudo apt install golang
```
### goland
goland是一款非常强大的golang开发工具它的功能非常强大而且它的学习曲线也不是很陡峭所以如果你是初学者我建议你使用goland。
```Shell
sudo apt install goland
```œ