Go概述
概念
Go(名称来源于Google的前2个字母)是 Google 的 Robert Griesemer,Rob Pike 及 Ken Thompson 开发的一种并发的、带垃圾回收的、快速编译的静态强类型的编译型语言。
golang并非Go的正式名称,它的来源是web网站golang.org(因为go的域名已经被注册),但很多地方使用golang来索引Go语言。
Go 语言语法与 C 相近,但功能上有:内存安全,GC(垃圾回收),结构形态及 CSP-style 并发计算。
The Go programming language is an open source project to make programmers more productive.
Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compile