package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 2, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
Added mode = "+ "
Removed mode = "- "
Changed mode = "| "
Unchanged mode = " "
)
type Diff interface {
Mode() mode
}
func Compare(old, new interface{}) Diff
Source Files
¶
Click to show internal directories.
Click to hide internal directories.