cmd/go: clarify documentation for -overlay
file additions
#51348
Labels
Documentation
Issues describing a change to documentation.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Currently, it's possible to replace files using
-overlay
(#39958).However, it only have
Replace
options:I would like to suggest a new field, may named as
Additions
:That is useful when using code-generation/meta-programming. In those cases, would be possible to create new go files, or even creating files such as assembly code (
.s
) or creating syso files (.syso
), without need to write it into the package directory. Currently, those files must be written into the package itself, but the-overlay
could be used instead.The text was updated successfully, but these errors were encountered: