-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.FrozenDueToAgeGoCommandcmd/gocmd/gomodules
Milestone
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
go version go1.11rc1 darwin/amd64
Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (go env
)?
GOARCH="amd64"
GOOS="darwin"
What did you do?
- Remove lines from
go.mod
andgo.sum
files - Run
go mod tidy
to add them back
What did you expect to see?
go mod tidy
should return non-zero as it made changes. This way it could be integrated to tools like pre-commit hooks to make sure that we don't commit untidied go.mod
and go.sum
files into version control
What did you see instead?
go mod tidy
returned zero
mcandre, LeGEC, zikaeroh, tristanmorgan, blacksails and 71 morekatbyte, mcandre, remyleone, JamesPeiris, phamvinhdat and 1 moregjkim42, s3rj1k and utkuozdemir
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.FrozenDueToAgeGoCommandcmd/gocmd/gomodules