mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-09 16:10:00 +08:00
10 lines
156 B
Go
10 lines
156 B
Go
package gen
|
|
|
|
import (
|
|
sqltemplate "github.com/tal-tech/go-zero/tools/goctl/model/sql/template"
|
|
)
|
|
|
|
func genImports() string {
|
|
return sqltemplate.Imports
|
|
}
|