Comments
for all types and ensure comments are generated too
#1489
Labels
good first issue
Good for newcomers
We have our template to generate the file here:
go-runtime/compile/external-module-template/_ftl/go/modules/{{ range .NonMainModules }}{{ push .Name . }}{{ end }}/external_module.go
For verbs, we include comments like this:
We do not do this for any other declaration (enum & typealias)
The text was updated successfully, but these errors were encountered: