Hello my golang brother,
i was reading William kennedy post about Concurency
https://www.goinggo.net/2014/01/concurrency-goroutines-and-gomaxprocs.html
and at the end he said "Just because we can add multiple logical
processors for the scheduler to use doesn’t mean we should" , because i
Hello everybody still learning Go i remark a weired think,
this command : fmt.Println(int(math.Pow(float64(9200), float64(5
Return : -9223372036854775808 i don't know why normally 9200⁵ is a
positive big value can some one explain me this please in details ?
--
You received this me