Documentation ¶
Overview ¶
Package diff implements diffing.
Should primarily be used for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiffOption ¶
type DiffOption func(*diffOptions)
DiffOption is an option for Diff.
func DiffWithSuppressCommands ¶
func DiffWithSuppressCommands() DiffOption
DiffWithSuppressCommands returns a new DiffOption that suppresses printing of commands.
func DiffWithSuppressTimestamps ¶
func DiffWithSuppressTimestamps() DiffOption
DiffWithSuppressCommands returns a new DiffOption that suppresses printing of timestamps.
Click to show internal directories.
Click to hide internal directories.