Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRemember to include CLI Go source files in `go mod vendor` cache #35502
Comments
This comment has been minimized.
This comment has been minimized.
Per https://golang.org/cmd/go/#hdr-Make_vendored_copy_of_dependencies:
CLI |
This comment has been minimized.
This comment has been minimized.
Duplicate of #29516 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please don't strip
cmd
paths fromgo mod vendor
caches. Altering the source cache makes it that much harder to track tool dependencies and debug Go systems generally.