Files
go-zero/tools/goctl/model/sql/template/import.go
2020-08-12 09:19:37 +08:00

15 lines
273 B
Go

package template
var Imports = `
import (
"database/sql"
"strings"
"time"
"github.com/tal-tech/go-zero/core/stores/cache"
"github.com/tal-tech/go-zero/core/stores/sqlc"
"github.com/tal-tech/go-zero/core/stores/sqlx"
"github.com/tal-tech/go-zero/core/stringx"
)
`