v3_1
This commit is contained in:
@@ -53,5 +53,9 @@ func (r *render) Methods() map[string]any {
|
||||
return template.HTML(strings.Join(s, ","))
|
||||
}
|
||||
|
||||
res["toString"] = func(b []byte) string {
|
||||
return string(b)
|
||||
}
|
||||
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user