Your videos are snappy, clearly delivered, and contain exactly the right amount of additional “extras” like the verbose way to do something and a succinct way to do it. Thank you very much for your quality videos!
to clarify: no, when your application exits without you having called defer body.close() you do not have a memory leak (because the application exited so the OS cleans up the resources).
Fundamental, simple, effective, to the point. Great video!
Thanks a lot!
Your videos are snappy, clearly delivered, and contain exactly the right amount of additional “extras” like the verbose way to do something and a succinct way to do it. Thank you very much for your quality videos!
Thanks a lot! Really appreciate the nice comment, cheers!
simple, straight to the point, rich in information, hands-on approach with examples, 10/10 + Loved the scottish accent
Thank you, glad you like the content (and the accent) - cheers!
Clear, simple and to the point, great video. Thanks!
Glad you liked it! Thanks for watching.
Terrific explanation, learned a lot!
@@nathanjon8188 thanks a lot, glad to hear that!
dude thanks so much, you are the best go instructor here, please keep doing more videos on go!
Amazing to hear that, thanks for the nice comment! Definitely go do some more soon.
Great 😀. You kept your promise as you always do. Thanks very much for your educative gists.
Thanks as always!
More Go videos to come, and a lot of other stuff too 😄
wow go is an amazing language and so are your tutorials
Thanks! Appreciate it!
Great work! The video is very well structured. Appreciated.
Thanks a lot, much appreciated!
Thank you for the quality video bro.
Thanks for watching!
Life saver, I appreciate you.
Thanks for the comment!
yay more Go! thanks, keep it up.
Thanks, will do!
Thanks, this was a great tutorial.
Awesome! Thanks for your comment!
Oh cool. I’ve been interested in GO
Nice - I hope the video's helpful! It's a cool language.
It would be nice to see how to store todos in JSON to a NoSql database like clover. And then how to retrieve them.
Interesting suggestion, thanks!
Yes yes yes! Big definite on this one (yet to check the channel since this came out) but something like this for MongoDB would be mint 👌
to clarify: no, when your application exits without you having called defer body.close() you do not have a memory leak (because the application exited so the OS cleans up the resources).
Still best practice as if this function is called within a larger programme a memory issue might appear.
@@Ri5kyt of course, of course its important! just talking about what happens when a program exists 🙂
I don't know Go, but always wonder: why not write "if err {" instead of "if err != nil {"
?