| Index: mojom/generators/go/templates/structs.go
|
| diff --git a/mojom/generators/go/templates/structs.go b/mojom/generators/go/templates/structs.go
|
| index 9320185a8466cecbffbaabca95599f54df2ddac8..27856046abc9d139d3c5fdb5f5369114ddee8ff8 100644
|
| --- a/mojom/generators/go/templates/structs.go
|
| +++ b/mojom/generators/go/templates/structs.go
|
| @@ -98,4 +98,5 @@ func initStructTemplates() {
|
| template.Must(goFileTmpl.Parse(structDeclTmplText))
|
| template.Must(goFileTmpl.Parse(structVersions))
|
| template.Must(goFileTmpl.Parse(structDecodingTmplText))
|
| + template.Must(goFileTmpl.Parse(structTmplText))
|
| }
|
|
|