这是golang入门系列里面的第一篇。node
is an open source, compiled and statically typed programming language created by google.python
The primary focus of Golang is to make the development of highly available and scalable web apps simple and easy.linux
是google创造的开源的,可编译的,静态类型的编程语言。golang
Golang的主要关注点在于使开发高可用的,可扩展的web apps简单便捷。web
Why would you choose Golang as your service side programming language when there are tonnes of other languages such as python, ruby, nodejs... that do the same job.编程
Here are some of the pros which I found in choosing Goruby
Golang is supported on all the three platforms Mac, Windows and Linux. You can download the binary for the corresponding platform from golang.org/dl/服务器
Download the OS X installer from golang.org/dl/. Double tap to start the installation. Follow the prompts and this should have Golang installed in 多线程
and would have also added the folder 并发
to your PATH environment variable.
Download the MSI installer from golang.org/dl/. Double tap to start the installation and follow the prompts. This will install Golang in location
and will also add the directory
to your path environment variable.
Download the tar file from golang.org/dl/ and unzip it to /usr/local.
Add /usr/local/go/bin to the PATH environment variable. This should install go in linux.