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.98 tracks/go/docs/ABOUT.md
trackler-2.2.1.97 tracks/go/docs/ABOUT.md
trackler-2.2.1.96 tracks/go/docs/ABOUT.md
trackler-2.2.1.95 tracks/go/docs/ABOUT.md
trackler-2.2.1.94 tracks/go/docs/ABOUT.md
trackler-2.2.1.93 tracks/go/docs/ABOUT.md
trackler-2.2.1.92 tracks/go/docs/ABOUT.md
trackler-2.2.1.91 tracks/go/docs/ABOUT.md
trackler-2.2.1.90 tracks/go/docs/ABOUT.md
trackler-2.2.1.89 tracks/go/docs/ABOUT.md
trackler-2.2.1.88 tracks/go/docs/ABOUT.md
trackler-2.2.1.87 tracks/go/docs/ABOUT.md
trackler-2.2.1.86 tracks/go/docs/ABOUT.md
trackler-2.2.1.85 tracks/go/docs/ABOUT.md
trackler-2.2.1.84 tracks/go/docs/ABOUT.md
trackler-2.2.1.83 tracks/go/docs/ABOUT.md
trackler-2.2.1.82 tracks/go/docs/ABOUT.md
trackler-2.2.1.81 tracks/go/docs/ABOUT.md
trackler-2.2.1.80 tracks/go/docs/ABOUT.md
trackler-2.2.1.79 tracks/go/docs/ABOUT.md