Documentation
¶
Overview ¶
Package differ determines how to invoke diff in the given environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Differ ¶
type Differ struct {
Cmd string // command
MultiDiff bool // diff accepts list of multiple pairs
Args []string // accumulated arguments
}
A Differ describes how to invoke diff.
Click to show internal directories.
Click to hide internal directories.