I recently started learning Go after going through a lot of articles talking about all the awesome features it has. Here, I will try to break down ...
For further actions, you may consider blocking this person and/or reporting abuse
I like that this article was so succinct, encouraged to follow along on your next ones.
Thank you!
Well done. If there is a follow-on I suggest a simple reusable library (using it locally in test and dealing with go.mod) ... then moving it to github ... it's a lot of function but maybe if you break it down ... you can make it a 3 or 4 article series!
Thank you! Thank you so much for the feedback adding this to my idea list for future posts :).
Great article! I'm looking forward to more about go.
Thank you!
Hey good job and good article!
Thank you!
The package main with the function main is the way that Go can bootstrap your application, without that it wouldn't know where to start.
Nice one
Keep up the good work, looking forward to future articles
Thank you for your kind words :)