bug fix
This commit is contained in:
parent
64ec2a3b0b
commit
55863e9cbc
|
|
@ -1,7 +1,7 @@
|
||||||
# What is Go?
|
# What is Go?
|
||||||
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.
|
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.
|
||||||
|
|
||||||
> [http://en.wikipedia.org/wiki/Go_(programming_language)]
|
> [http://en.wikipedia.org/wiki/Go](programming_language)
|
||||||
|
|
||||||
# How to use this image
|
# How to use this image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue