| Index: mojom/generators/go/templates/templates.go
|
| diff --git a/mojom/generators/go/templates/templates.go b/mojom/generators/go/templates/templates.go
|
| index 40973b3036264a40c1a8c397f9edab8855da9035..4d6a945331c77ffad8aa60844c7fcb401f98e089 100644
|
| --- a/mojom/generators/go/templates/templates.go
|
| +++ b/mojom/generators/go/templates/templates.go
|
| @@ -67,5 +67,9 @@ import (
|
| {{- range $enum := $fileTmpl.Enums}}
|
| {{ template "Enum" $enum }}
|
| {{- end}}
|
| +
|
| +{{- range $interface := $fileTmpl.Interfaces}}
|
| + {{ template "Interface" $interface }}
|
| +{{- end}}
|
| {{- end -}}
|
| `
|
|
|