mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 17:39:56 +00:00
2 lines
169 B
Cheetah
2 lines
169 B
Cheetah
{{define "results"}} {{range $i, $el := .Results}}{{if $i}}, {{end}}{{Got .}}{{end}}{{if .ReturnsError}}, err{{end}} {{if or .Results .ReturnsError}} := {{end}} {{end}}
|