summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/go-template/_common/truthy-falsy.md
blob: e15e58d617158e421b52bb68086326e04fe2c40e (plain) (blame)
1
2
3
4
5
6
7
---
_comment: Do not remove front matter.
---

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.