Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 370 Bytes

use_go.md

File metadata and controls

7 lines (4 loc) · 370 Bytes

Use go

Go is a programming language created at Google in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically typed compiled language in the tradition of C, with garbage collection, limited structural typing, memory safety features and CSP-style concurrent programming features added.

Resources and References