Main Reasons why use go programming language

Using Go over other programming languages has a number of advantages,  let us start with number 1 first:

- Quick compilation and   execution speed.

– No virtual machine (VM) needed.

– Portability.

– Lightweight goroutines that support concurrency.

- Interfaces enable loosely coupled systems

– Automatic garbage collection.