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.31.1
- Published
- Nov 27, 2017
- Platform
- linux/amd64
- Last checked
- 1 hour ago –
Tools for package owners.