Golang
Features
Get started
Downloads
Info
Features
Statically typed and scalable to large systems
Be productive and readable
Support networking and multiprocessing
Optional concise variable declaration and initialization through type inference
Fast compilation times
Remote package management (go get) and online package documentation
Built-in concurrency primitives: light-weight processes (goroutines)and channels
An interface system in place of virtual inheritance, and type embedding instead of non-virtual inheritance
A toolchain that, by default, produces statically linked native binaries without external dependencies.
Get Started
Downloads
Microsoft Windows
Windows XP or later, Intel 64-bit processor
go1.7.5.windows-amd64.msi
Apple OS X
OS X 10.8 or later, Intel 64-bit processor
go1.7.5.darwin-amd64.pkg
Linux
Linux 2.6.23 or later, Intel 64-bit processor
go1.7.5.linux-amd64.tar.gz
Source
go1.7.5.src.tar.gz
Subscribe to Newsletter to receive all news