|
via Udemy |
Go to Course: https://www.udemy.com/course/golang-programming-inside-out-a-total-reference/
Go is a general purpose programming language.Go is open source. Go is a compiled language. It compiles fast. Go has in-built concurrency support. Go was designed and developed at Google Inc. Go has a feature called Goroutines. Goroutines are lightweight processes. Communication between Goroutines is managed through what is called channels.Sending and receiving data through channels is done with simple syntax like