package compare
import "github.com/gohugoio/hugo/compare"
Index ¶
Types ¶
type Eqer ¶
type Eqer interface { Eq(other interface{}) bool }
Eqer can be used to determine if this value is equal to the other. The semantics of equals is that the two value are interchangeable in the Hugo templates.
Source Files ¶
- Version
- v0.30.1
- Published
- Oct 19, 2017
- Platform
- darwin/amd64
- Last checked
- 2 minutes ago –
Tools for package owners.