gin-base/cmd/gendao/internal/consts/consts.go

8 lines
160 B
Go

package consts
const (
// DoNotEditKey is used in generated files,
// which marks the files will be overwritten by CLI tool.
DoNotEditKey = `DO NOT EDIT`
)