package
0.4.0
Repository: https://github.com/uber-go/gopatch.git
Documentation: pkg.go.dev

# Functions

Split splits a Program into sections.
ToBytes converts a Section to its raw byte contents.

# Structs

Change is a single change in a program.
Line is a single line from the patch.
LinePos contains positional information about a line in a buffer.

# Type aliases

Program is a single .patch file consisting of one or more changes.
Section is a section of the change.