Go Modules is a new approach to managing and organizing dependencies in Go projects introduced in Go 1.11 and became the default in Go 1.13. If you...
For further actions, you may consider blocking this person and/or reporting abuse
Nice write up. Welcome to dev.to.
Thank you. I'm looking forward to contributing more to the Dev.to community.
And that's how I got the motivation to learn go. Impressive stuff.
I am glad you have been inspired. Thank you so much.
Thanks mahn. Helps a lot
You are welcome. I am glad you found the article resourceful. Cheers.
Good Work! Looking forward to read more golang articles from you.
Thank you! I will be publishing more Golang articles, stay tuned. I appreciate the support.
awesome
Thank you.
Very Beginners friendly.Thank you
You are welcome. Thank you, too, for your feedback.
Very informative and self explanatory.🥂
Thank you for your feedback. Cheers.
Just what I needed to get on with my project. It has solved a major part of my code.
Thank you. I am glad you found this article resourceful.
Isn't this, just mostly a copy of the official documentation here?
go.dev/blog/using-go-modules
No offense meant, but trying to see what the difference is as I am trying to learn and I don't see it.
I have a question.
Why did the package declaration in
hello.go
change fromhelo
tomain
.