Go

Go Videos

We found 0 Go Videos
No videos for this topic has been added yet..

Go

Go (Golang) is a programming language that is statically typed and compiled. The language was designed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. Go compiles down to machine code which makes the language really fast. On top of that, the language provides garbage collection, memory safety, and structural typing, along with CSP-style concurrency. The language share many syntactically similarities with C and C++, which makes it easy to pickup by people working with similar languages.