Back to Hugo

Truthy Falsy

docs/content/en/_common/functions/truthy-falsy.md

0.161.1178 B
Original Source

The falsy values are false, 0, any nil pointer or interface value, any array, slice, map, or string of length zero, and zero time.Time values.

Everything else is truthy.