First commit of partial RosettaCode contents.

Pushing this for testing purposes. Lots of work still needed.
This commit is contained in:
Ingy döt Net 2013-04-08 13:02:41 -07:00
commit 1e05ecd7ee
781 changed files with 9080 additions and 0 deletions

26
Lang/Go/0DESCRIPTION Normal file
View file

@ -0,0 +1,26 @@
{{language|Go
|exec=machine
|safety=safe
|strength=strong
|express=explicit
|checking=static
|parampass=value
|gc=yes
|LCT=yes
|site=http://golang.org/}}
{{language programming paradigm|concurrent}}
'''Go''' is a new programing language created by Robert Griesemer, Rob Pike and Ken Thompson at Google.
Not to be confused with [[:Category:Go!|Go!]]
==Links==
* [http://go-lang.cat-v.org/ Go Language Resources]
* [http://tour.golang.org/ Go Tutorial]
;Stable version
* [http://golang.org/doc/go1.html Go 1 Release Notes]
* [http://golang.org/ref/spec Go language specification]
* [http://golang.org/pkg/ Go standard library documentation]
;Weekly version
* [http://weekly.golang.org/ref/spec Go language specification]
* [http://weekly.golang.org/pkg/ Go standard library documentation]

1
Lang/Go/99_Bottles_of_Beer Symbolic link
View file

@ -0,0 +1 @@
../../Task/99_Bottles_of_Beer/Go

1
Lang/Go/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/Go

1
Lang/Go/Bulls_and_cows Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bulls_and_cows/Go

1
Lang/Go/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/Go

1
Lang/Go/Death_Star Symbolic link
View file

@ -0,0 +1 @@
../../Task/Death_Star/Go

1
Lang/Go/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/Go

1
Lang/Go/Infinity Symbolic link
View file

@ -0,0 +1 @@
../../Task/Infinity/Go

1
Lang/Go/JSON Symbolic link
View file

@ -0,0 +1 @@
../../Task/JSON/Go

1
Lang/Go/Knuth_shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Knuth_shuffle/Go

1
Lang/Go/Narcissist Symbolic link
View file

@ -0,0 +1 @@
../../Task/Narcissist/Go

1
Lang/Go/Ordered_words Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ordered_words/Go

1
Lang/Go/Pi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Pi/Go

1
Lang/Go/Quine Symbolic link
View file

@ -0,0 +1 @@
../../Task/Quine/Go

1
Lang/Go/Search_a_list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Search_a_list/Go