26 lines
No EOL
1.1 KiB
Text
26 lines
No EOL
1.1 KiB
Text
{{language|Go
|
|
|exec=machine
|
|
|safety=safe
|
|
|strength=strong
|
|
|compat=nominative
|
|
|express=explicit
|
|
|checking=static
|
|
|parampass=value
|
|
|gc=yes
|
|
|tags=go
|
|
|hopl=no
|
|
|LCT=yes
|
|
|site=http://golang.org/}}
|
|
{{provides|Concurrency}}{{provides|File access}}{{provides|File system access}}{{provides|First class functions}}{{provides|Network access}}{{provides|Objects}}{{provides|Signal handling}}{{language programming paradigm|concurrent}}{{language programming paradigm|Imperative}}
|
|
'''Go''' is an open source project developed by a team at [[wp:Google|Google]] (including [[wp:Robert Griesemer|Robert Griesemer]], [[wp:Rob Pike|Rob Pike]] and [[wp:Ken Thompson|Ken Thompson]]) as well as many [http://golang.org/CONTRIBUTORS contributors] from the open source community.
|
|
|
|
Go is distributed under a [http://golang.org/LICENSE BSD-style license].
|
|
|
|
Not to be confused with [[:Category:Go!|Go!]]
|
|
|
|
==Links==
|
|
* [[wp:Go (programming language)|Go in Wikipedia]]
|
|
* [http://tour.golang.org/ Go Tour and Tutorial]
|
|
* [http://golang.org/ref/spec Go language specification]
|
|
* [http://golang.org/pkg/ Go standard library documentation]
|
|
* [https://github.com/golang/go/wiki/ Community maintained Go wiki] |