|
|
|
|
|
by typical182
1534 days ago
|
|
FWIW, there are two machine-formatted sections of go.mod -- the first for direct dependencies, the second section for indirect dependencies. (That's as of Go 1.17. Previously, that information was communicated via machine-generated comments in a single section). |
|
I think I personally lean towards keeping them in separate files entirely because I like a clearer separation between human-authored content and machine-derived state.