improve TemplateGenCtrlController is comments and formats (#3065)

This commit is contained in:
oldme
2023-10-31 20:21:18 +08:00
committed by GitHub
parent e42aa64d75
commit 9393072745

View File

@ -17,7 +17,7 @@ package {Module}
const TemplateGenCtrlControllerNewEmpty = `
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package {Module}
@ -29,6 +29,7 @@ import (
`
const TemplateGenCtrlControllerNewFunc = `
type {CtrlName} struct{}
func {NewFuncName}() {InterfaceName} {