All checks were successful
Go Action / goaction (push) Successful in 29s
Reviewed-on: #12
8 lines
244 B
Smarty
8 lines
244 B
Smarty
{{ block "FlagValue" . -}}
|
|
pval, perr := {{.ValName}}.ParseString()
|
|
if perr != nil {
|
|
return {{.Value}}, fmt.Errorf("read [%v]:%w",[]string{ {{- .Keys "i" -}} }, perr)
|
|
}
|
|
|
|
return {{.Value}}, {{.Value}}.Set(pval)
|
|
{{- end }} |