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 upProposal: cmd/go/internal/lockedfile: add Append function #30207
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Note that You probably want to pair this with a proposal to move |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
A minor change to an internal-only interface does not really need a proposal. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a proposal of adding
Append
function to cmd/go/internal/lockedfile.Append
will act as Write, except that it will not truncate a file if it already exists.