> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/blockchain_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/blockchain_guide/appendix/golang.md).

# Go 语言开发相关

Go 是一门年轻的语言。它在设计上借鉴了传统 C 语言的高性能特性，以及多种现代系统语言的优点，被认为是具有很大潜力的系统开发语言。要使用好 Go 语言，首先要掌握好相关的开发工具。

这里介绍如何快速安装和配置 Go 语言环境、选用合适的编辑器和 IDE，以及如何配合使用 Go 的配套开发工具来提高开发效率。
