Versions in this module Expand all Collapse all v0 v0.1.2 Jul 9, 2026 v0.1.1 Jul 6, 2026 v0.1.0 Jun 1, 2026 Changes in this version + var ErrFailedToApplyGitPatch = fmt.Errorf("failed to apply git patch") + var ErrFailedToParseGitPatch = fmt.Errorf("failed to parse git patch") + func ApplyGitPatch(input []byte, patchContent []byte) ([]byte, error) + func ValidateGitPatch(patchContent []byte) error