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.27.1
Published
Sep 13, 2017
Platform
darwin/amd64
Last checked
12 minutes ago

Tools for package owners.