package
1.1.3
Repository: https://github.com/jumziey/rain.git
Documentation: pkg.go.dev

# Functions

New returns a Diff that represents the difference between two templates.

# Constants

Added represents a new value.
Changed represents a modified value.
Involved represents a value that contains changes but is not wholly new itself.
Removed represents a removed value.
Unchanged represents a value that has not changed.

# Interfaces

Diff is the common interface for the other types in this package.

# Type aliases

Mode represents a diff mode.