lumberjack icon indicating copy to clipboard operation
lumberjack copied to clipboard

Created Go module

Open karrick opened this issue 5 years ago • 0 comments

Note that in the go.mod and go.sum files there are a few other modules listed, which are listed because Go v1.12 and above include the versions of dependencies of the test files as well, to ensure that the entire module can be rebuilt and retested exactly how it was on the developer's workstation.

While I am not a huge fan of listing and requiring test dependencies as if they were production dependencies, it is how the Go module system currently works.

karrick avatar Jul 22 '19 17:07 karrick