本文中文版链接: https://docs.google.com/document/d/1-VHX-_dRtw1NXfbm-h2__7TlxnEDkz8iLHPydKufqGo The Go language (or Golang) originated in 2007, was created by Google, and was officially released in 2009. Go is a very young language, and its main goal is "to combine the speed of development of dynamic languages such as Python with the performance and security of compiled languages such as C / C ++". Go is another attempt at programming language design. It is a major improvement on C-like languages. It not only gives you access to the operating system, but also provides powerful network programming and concurrent programming support. The Go language has many uses, and can be used for network programming, system programming, concurrent programming, and distributed programming. The launch of Go language predicts to reduce the complexity of the code without losing the performance of the application. It has the advantages of “simple deployment, good concurrency, good...