Discussion :: GO
- What are the benefits of using Go Programming?
A.
Support for environment adopting patterns similar to dynamic languages.
|
B.
Compilation time is fast
|
C.
InBuilt concurrency support: light-weight processes (via goroutines), channels, select statement
|
D.
All of the above
|
Answer : Option D
Explanation :
Be The First To Comment