Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diff ¶
Diff is an interface for computing diffs.
func New ¶
func New(options ...DiffOption) Diff
type DiffOption ¶
type DiffOption interface {
// contains filtered or unexported methods
}
func WithColored ¶
func WithColored() DiffOption
type DiffOptions ¶
type DiffOptions struct {
Colored bool
}
Click to show internal directories.
Click to hide internal directories.