docs: update docs
Log:
This commit is contained in:
19
docs/deepin进阶教程/11.编程开发/11.2.golang编程环境搭建.md
Normal file
19
docs/deepin进阶教程/11.编程开发/11.2.golang编程环境搭建.md
Normal 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
|
||||
```œ
|
||||
Reference in New Issue
Block a user