Sha256: bdb4d1af48fcc103bcaa9b8de3cf58fb617b0290eb6779a16264f8064654ae13

Contents?: true

Size: 1.13 KB

Versions: 168

Compression:

Stored size: 1.13 KB

Contents

Fans of Go (called *gophers*) describe Go as having the expressiveness of dynamic languages like Python or Ruby, with the performance of compiled languages like C or C++.

The language is open source, and was started by engineers at Google.
It's written using a C-style syntax, has statically typed variables, manages memory using garbage collection, and is compiled into stand-alone executables.

Go is noted for the [concurrent programming features](https://golang.org/doc/effective_go.html#concurrency) built into the language core, the networking packages in the standard library ([such as a web server](https://golang.org/pkg/net/http/)), fast compilation and execution speed.
Its simple, minimalistic and consistent language design make for a delightful experience, while the abundant and thoughtful tooling addresses traditional problems such as [consistent formatting](https://godoc.org/github.com/golang/go/src/cmd/gofmt) and [documentation](http://godoc.org/golang.org/x/tools/cmd/godoc).

The home page for Go is [golang.org](https://golang.org/), and there is an excellent interactive tutorial at [tour.golang.org](https://tour.golang.org/).

Version data entries

168 entries across 168 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/go/docs/ABOUT.md
trackler-2.2.1.179 tracks/go/docs/ABOUT.md
trackler-2.2.1.178 tracks/go/docs/ABOUT.md
trackler-2.2.1.177 tracks/go/docs/ABOUT.md
trackler-2.2.1.176 tracks/go/docs/ABOUT.md
trackler-2.2.1.175 tracks/go/docs/ABOUT.md
trackler-2.2.1.174 tracks/go/docs/ABOUT.md
trackler-2.2.1.173 tracks/go/docs/ABOUT.md
trackler-2.2.1.172 tracks/go/docs/ABOUT.md
trackler-2.2.1.171 tracks/go/docs/ABOUT.md
trackler-2.2.1.170 tracks/go/docs/ABOUT.md
trackler-2.2.1.169 tracks/go/docs/ABOUT.md
trackler-2.2.1.167 tracks/go/docs/ABOUT.md
trackler-2.2.1.166 tracks/go/docs/ABOUT.md
trackler-2.2.1.165 tracks/go/docs/ABOUT.md
trackler-2.2.1.164 tracks/go/docs/ABOUT.md
trackler-2.2.1.163 tracks/go/docs/ABOUT.md
trackler-2.2.1.162 tracks/go/docs/ABOUT.md
trackler-2.2.1.161 tracks/go/docs/ABOUT.md
trackler-2.2.1.160 tracks/go/docs/ABOUT.md