3
0

Expand arg on variadic function (codegen template)

This commit is contained in:
Denis Arh
2020-09-01 21:27:09 +02:00
parent e2c9b96ea9
commit 16aa32cd4b
+1 -1
View File
@@ -44,6 +44,6 @@
{{ define "extraArgsCall" }}
{{- range .Arguments -}}
, _{{ .Name }}
, _{{ .Name }}{{ if (hasPrefix "..." .Type) }}...{{ end }}
{{- end -}}
{{ end }}