Exemple #1
0
func (codegen *_CodeGen) title(typeDecl ast.TypeDecl) string {

	return codegen.typePrefix(typeDecl) + strings.Title(typeDecl.Name())
}