Want to build great command line apps? checkout cobra from spf13 to generate command line apps. Read how to easily get started : gophersumit.com/series/cobra…#golang#pkg
#Golang#Gophers
Concurrency is a property of the code; parallelism is a property of the running program.We only write concurrent code that we hope will be run in parallel. Parallelism is a property of the run-time of our program, not the code -Concurrency in Go book
#golang#gophers
Progress Update : For @CodeWithGolang , Finished with creating content for composite data types using arrays slices maps and structs! Very fundamental and powerful constructs in Go. Next up : Idiomatic usage of these constucts.
The compiler has a new implementation of escape analysis that is more precise. For most Go code should be an improvement (in other words, more Go variables and expressions allocated on the stack instead of heap) #golang
[1/2] #Golang#Gophers
I am happy to announce officially start of @CodeWithGolang
. This platform is targeted to be a rich resource center for Go. We will try to help underrepresented communities as well as students by providing free trainings and increase community engagement.