guide.deepin.org/docs/deepin进阶教程/11.编程开发/11.2.golang编程环境搭建.md
xiangzelong 228cd41b94 docs: update docs
Log:
2023-02-23 11:51:27 +08:00

20 lines
386 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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