一、Golang简述,简称Go语言

  1. * _<font style="color:rgb(51, 51, 51);">Go 是一个开源的编程语言,它能让构造简单、可靠且高效的软件变得容易。由2009年谷歌发布的开源编程语言。</font>_
  2. * _<font style="color:rgb(51, 51, 51);">GO语言专门针对多处理器系统应用程序的编程进行了优化,使用Go编译的程序可以媲美CC++代码的速度,而且更加安全,支持多并发。</font>_
  3. * _<font style="color:rgb(51, 51, 51);">GO语言是非常现代化的语言,精小但非常强大。</font>_

二、Golang特性

  1. * <font style="color:rgb(51, 51, 51);">自动垃圾回收</font>
  2. * <font style="color:rgb(51, 51, 51);">更丰富的内置类型</font>
  3. * <font style="color:rgb(51, 51, 51);">函数多返回值</font>
  4. * <font style="color:rgb(51, 51, 51);">错误处理</font>
  5. * <font style="color:rgb(51, 51, 51);">匿名函数和闭包</font>
  6. * <font style="color:rgb(51, 51, 51);">类型和接口</font>
  7. * <font style="color:rgb(51, 51, 51);">并发编程</font>
  8. * <font style="color:rgb(51, 51, 51);">反射</font>
  9. * <font style="color:rgb(51, 51, 51);">语言交互性</font>

三、Golang语言应用领域

  1. * <font style="color:rgba(0, 0, 0, 0.75);">服务器编程</font>
  2. * <font style="color:rgba(0, 0, 0, 0.75);">开发云平台</font>
  3. * <font style="color:rgba(0, 0, 0, 0.75);">区块链</font>
  4. * <font style="color:rgba(0, 0, 0, 0.75);">分布式系统</font>
  5. * <font style="color:rgba(0, 0, 0, 0.75);">网络编程</font>
  6. * <font style="color:rgba(0, 0, 0, 0.75);">游戏开发</font>