package
0.0.0-20230501113000-8fc54059b7dd
Repository: https://github.com/bsteffaniak/lazyaws.git
Documentation: pkg.go.dev
# Functions
helper function that takes a start and end index and returns a slice of all indexes inbetween (inclusive).
NewPatchBuilder returns a new PatchBuilder.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PART is for when you're only talking about specific lines that have been modified.
No description provided by the author
UNSELECTED is for when the commit file has not been added to the patch in any way.
WHOLE is for when you want to add the whole diff of a file to the patch, including e.g.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
PatchBuilder manages the building of a patch for a commit to be applied to another commit (or the working tree, or removed from the current commit).
No description provided by the author
No description provided by the author