Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AutoEscape = true
AutoEscape: template motoru değişken çıktılarında varsayılan olarak HTML kaçışını (escaping) aktifleştirir. Bunu false yaparak global olarak otomatik kaçışı kapatabilirsiniz (önerilmez).
Functions ¶
Types ¶
type ForNode ¶
type SwitchCase ¶
type SwitchNode ¶
type SwitchNode struct { Expr string Cases []SwitchCase Default []Node }
func (*SwitchNode) Eval ¶
func (n *SwitchNode) Eval(data map[string]interface{}) string
Click to show internal directories.
Click to hide internal directories.