6 ms·
go.mod files have no dependencies, so neither they can have circular dependencies. go.mod files just list the dependencies of their respective package.
by 0xjnml 1y ago
go.mod files have no dependencies, so neither they can have circular dependencies.
go.mod files just list the dependencies of their respective package.