# Functions
No description provided by the author
No description provided by the author
New returns a Diff that represents the difference between two templates.
# Constants
Added represents a new value.
Changed represents a modified value.
No description provided by the author
No description provided by the author
Involved represents a value that contains changes but is not wholly new itself.
No description provided by the author
Removed represents a removed value.
Unchanged represents a value that has not changed.
No description provided by the author
# Interfaces
Diff is the common interface for the other types in this package.