97e6e5a6a3
Add go.mod to node_modules folder, that way Go compiler doesn't need to scan the node_module directories for any Go code. Change-Id: I747909416490c847d6b4bfa3438fea66660fcd53
6 lines
128 B
Modula-2
6 lines
128 B
Modula-2
module storj.io/storj/web/storagenode/node_modules
|
|
|
|
go 1.17
|
|
|
|
// Stub module to prevent Go from scanning node_modules directory.
|