-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed as not planned
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.modules
Milestone
Description
Hi everyone,
I'm actually using a go.mod file for dependencies in my go project.
I saw that there is a way to use local packages instead of online repo, using the replace() features, which is really cool when developping multiple packages at the same time.
I was wondering if there is a way split in different files the require dependencies and the replace one. Something like that
go_replace.mod => define the replace part.
go.mod => define the module and the required dep, including the go_replace.mod.
the go_replace.mod will not be pushed on git, and each developer will create it if needed.
What version of Go are you using (go version)?
go version go1.11beta2 windows/amd64
Thanks a lot!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.modules