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

eq.go

Version
v0.32.3
Published
Jan 8, 2018
Platform
darwin/amd64
Last checked
2 minutes ago

Tools for package owners.