Golang: to enable all the cores, you have to put in your code runtime.GOMAXPROCS(num of cores you want to use)
If I don't specify it all the computation use just one core
Reference: https://golang.org/doc/go1.5
If I don't specify it all the computation use just one core