Discover Packages
github.com/guyweissman/agentstore
internal
merge
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 10, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package merge implements a line-level three-way text merge.
HasConflictMarkers reports whether text contains unresolved conflict markers.
type Result struct {
Text string
HasConflict bool
}
Result is returned by Merge3.
Merge3 merges base, ours, and theirs line by line.
Non-overlapping changes are applied automatically; overlapping changes
produce git-style conflict markers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.