mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 08:30:07 +03:00
218 B
218 B
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.