mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.29k stars 1.27k forks source link

Modules and go.mod #439

Closed wrq closed 2 years ago

wrq commented 2 years ago

Feel free to close/delete this if irrelevant:

It would be nice if there was a section for how go modules are used in real scenarios as well as a simpler approach to the go.mod files.

eliben commented 2 years ago

This is definitely an important topic, but I believe it's out of scope for gobyexample in its current form. There are a number of good official tutorials at https://go.dev/doc/ though