407 likes
·
20.8K reads
23 comments
Very nice work!
Thank you
Wow, excellent work! How many days/weeks were you working for this course?
Thank you! It took me couple of months to put this together
This one is absolutely amazing!
Thank you for the hard work!
Thank you for this kind of content, which makes learning very easy for anyone.
Wow! This is impressive.
I have never in my life seen a 85 minute read blog post, ever.
Very good, I think this is the most complete article about concepts in Golang
Nice one, thank you!
This is the first time am coming across such an article, very organized, I think you've put a lot of time in this am learning Go, thank you very much.
My pleasure : )
Wonderful blog, one stop solution to everything go!
Amazing
I'm not fluent in English, I'm Brazilian. Sorry for the mistakes. But I want to leave my thanks, for a brilliant and quality content. Thank you for your generosity in sharing. I have dedicated myself to studying Rust and Golang. Your blog is a great source of information.
Congratulations.
Thank you, means a lot. I'm glad it was helpful!
Great content! Thank you for the hard work!
One correction:
In slice copy:
s2 := make([]string, 0)
should be
s2 := make([]string, len(s1))
It won't copy if the size of destination is zero
Thanks, nice catch! I've fixed it
Great stuff! I might imagine how long and how much effort it took to spin it up all together.
This made me wonder if not to choose Go as next language to learn :)
Thanks!
thank you brother.
wow, Karan thanks for this amazing Blog! I was thinking of learning Go and now I found it
Thank you! I'm glad it was helpful.
It is also available section-wise on my website: karanpratapsingh.com/courses
can i get pdf version.