All checks were successful
Go Action / goaction (pull_request) Successful in 4m52s
9 lines
180 B
Smarty
9 lines
180 B
Smarty
type {{.StructName}} struct {
|
|
{{.ParentStruct}}
|
|
}
|
|
|
|
// {{.FuncName}} {{.Description}}.
|
|
func (i {{.ParentStruct}}) {{.FuncName}}() {{.StructName}} {
|
|
return {{.StructName}}{i}
|
|
}
|