All checks were successful
Go Action / goaction (push) Successful in 29s
Reviewed-on: #12
9 lines
176 B
Smarty
9 lines
176 B
Smarty
type {{.StructName}} struct {
|
|
{{.ParentName}}
|
|
}
|
|
|
|
// {{.FuncName}} {{.Description}}.
|
|
func (i {{.ParentName}}) {{.FuncName}}() {{.StructName}} {
|
|
return {{.StructName}}{i}
|
|
}
|