Category:Go: Difference between revisions

From Rosetta Code
Content added Content deleted
m (→‎Links: Go in Wikipedia)
m (Add 1.4 release notes)
Line 23: Line 23:
* [http://tour.golang.org/ Go Tour and Tutorial]
* [http://tour.golang.org/ Go Tour and Tutorial]
* [http://golang.org/doc/devel/release.html Release History]
* [http://golang.org/doc/devel/release.html Release History]
** Release Notes: [http://golang.org/doc/go1.3 1.3], [http://golang.org/doc/go1.2 1.2], [http://golang.org/doc/go1.1 1.1], [http://golang.org/doc/go1 1.0]
** Release Notes: [http://golang.org/doc/go1.4 1.4], [http://golang.org/doc/go1.3 1.3], [http://golang.org/doc/go1.2 1.2], [http://golang.org/doc/go1.1 1.1], [http://golang.org/doc/go1 1.0]
* [http://golang.org/ref/spec Go language specification]
* [http://golang.org/ref/spec Go language specification]
* [http://golang.org/pkg/ Go standard library documentation]
* [http://golang.org/pkg/ Go standard library documentation]

Revision as of 14:52, 3 August 2015

Language
Go
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
Lang tag(s): go
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Go.

Go is an open source project developed by a team at Google (including Robert Griesemer, Rob Pike and Ken Thompson) as well as many contributors from the open source community.

Go is distributed under a BSD-style license.

Not to be confused with Go!

Links

Subcategories

This category has the following 4 subcategories, out of 4 total.

Pages in category "Go"

The following 200 pages are in this category, out of 1,548 total.

(previous page) (next page)

A

(previous page) (next page)