what is golang? is it a programming language? object oriented or procedure oriented?
Answers
Answered by
1
Answer:
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
Similar questions