一、Golang简述,简称Go语言
* _<font style="color:rgb(51, 51, 51);">Go 是一个开源的编程语言,它能让构造简单、可靠且高效的软件变得容易。由2009年谷歌发布的开源编程语言。</font>_
* _<font style="color:rgb(51, 51, 51);">GO语言专门针对多处理器系统应用程序的编程进行了优化,使用Go编译的程序可以媲美C或C++代码的速度,而且更加安全,支持多并发。</font>_
* _<font style="color:rgb(51, 51, 51);">GO语言是非常现代化的语言,精小但非常强大。</font>_
二、Golang特性
* <font style="color:rgb(51, 51, 51);">自动垃圾回收</font>
* <font style="color:rgb(51, 51, 51);">更丰富的内置类型</font>
* <font style="color:rgb(51, 51, 51);">函数多返回值</font>
* <font style="color:rgb(51, 51, 51);">错误处理</font>
* <font style="color:rgb(51, 51, 51);">匿名函数和闭包</font>
* <font style="color:rgb(51, 51, 51);">类型和接口</font>
* <font style="color:rgb(51, 51, 51);">并发编程</font>
* <font style="color:rgb(51, 51, 51);">反射</font>
* <font style="color:rgb(51, 51, 51);">语言交互性</font>
三、Golang语言应用领域
* <font style="color:rgba(0, 0, 0, 0.75);">服务器编程</font>
* <font style="color:rgba(0, 0, 0, 0.75);">开发云平台</font>
* <font style="color:rgba(0, 0, 0, 0.75);">区块链</font>
* <font style="color:rgba(0, 0, 0, 0.75);">分布式系统</font>
* <font style="color:rgba(0, 0, 0, 0.75);">网络编程</font>
* <font style="color:rgba(0, 0, 0, 0.75);">游戏开发</font>