Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1175)

Unified Diff: mojom/generators/go/templates/structs.go

Issue 2082173002: New go generator shakedown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))
}

Powered by Google App Engine
This is Rietveld 408576698