Comment on Layered Design in GoparentComments−0xjnml1ygo.mod files have no dependencies, so neither they can have circular dependencies.go.mod files just list the dependencies of their respective package.
Comments
go.mod files have no dependencies, so neither they can have circular dependencies.
go.mod files just list the dependencies of their respective package.