import-no-cache.tpl 328 B

12345678910111213
  1. import (
  2. "context"
  3. "database/sql"
  4. "fmt"
  5. "strings"
  6. {{if .time}}"time"{{end}}
  7. {{if .containsPQ}}"github.com/lib/pq"{{end}}
  8. "github.com/zeromicro/go-zero/core/stores/builder"
  9. "github.com/zeromicro/go-zero/core/stores/sqlc"
  10. "github.com/zeromicro/go-zero/core/stores/sqlx"
  11. "github.com/zeromicro/go-zero/core/stringx"
  12. )