| Index: mojom/generators/go/templates/templates.go
|
| diff --git a/mojom/generators/go/templates/templates.go b/mojom/generators/go/templates/templates.go
|
| index 4eba4ea163b5214e7964d1047d44248761fa57e4..f0a799785b77fd7fb8ed61eda426cf8340cddfaf 100644
|
| --- a/mojom/generators/go/templates/templates.go
|
| +++ b/mojom/generators/go/templates/templates.go
|
| @@ -68,7 +68,7 @@ import (
|
| {{- end}}
|
|
|
| {{- range $enum := $fileTmpl.Enums}}
|
| - {{ template "Enum" $enum }}
|
| + {{ template "EnumDecl" $enum }}
|
| {{- end}}
|
|
|
| {{- range $interface := $fileTmpl.Interfaces}}
|
|
|