DEV Community

Cover image for Go Modules: A Beginner's Guide.

Go Modules: A Beginner's Guide.

kingkunte_ on March 12, 2023

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...
Collapse
 
basman profile image
Adam.S

Nice write up. Welcome to dev.to.

Collapse
 
kingkunte_ profile image
kingkunte_

Thank you. I'm looking forward to contributing more to the Dev.to community.

Collapse
 
beingnile profile image
Nile

And that's how I got the motivation to learn go. Impressive stuff.

Collapse
 
kingkunte_ profile image
kingkunte_

I am glad you have been inspired. Thank you so much.

Collapse
 
fredrickochieng profile image
Fredrick Ochieng

Thanks mahn. Helps a lot

Collapse
 
kingkunte_ profile image
kingkunte_

You are welcome. I am glad you found the article resourceful. Cheers.

Collapse
 
taijidude profile image
taijidude

Good Work! Looking forward to read more golang articles from you.

Collapse
 
kingkunte_ profile image
kingkunte_

Thank you! I will be publishing more Golang articles, stay tuned. I appreciate the support.

Collapse
 
gingerbreadsketchy profile image
GingerBreadSketchy

awesome

Collapse
 
kingkunte_ profile image
kingkunte_

Thank you.

Collapse
 
andridge profile image
ANDRIDGE MUNENE

Very Beginners friendly.Thank you

Collapse
 
kingkunte_ profile image
kingkunte_

You are welcome. Thank you, too, for your feedback.

Collapse
 
_marubozu profile image
Skêñg Døñ

Very informative and self explanatory.🥂

Collapse
 
kingkunte_ profile image
kingkunte_

Thank you for your feedback. Cheers.

Collapse
 
ndegwacodes profile image
Ndegwacodes_

Just what I needed to get on with my project. It has solved a major part of my code.

Collapse
 
kingkunte_ profile image
kingkunte_

Thank you. I am glad you found this article resourceful.

Collapse
 
trekkan profile image
Trekkan

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.

Collapse
 
michthebrandofficial profile image
michTheBrandofficial

I have a question.

Why did the package declaration in hello.go change from helo to main.