errors.go 176 B

123456789
  1. package template
  2. // Error defines an error template
  3. var Error = `package {{.pkg}}
  4. import "github.com/tal-tech/go-zero/core/stores/sqlx"
  5. var ErrNotFound = sqlx.ErrNotFound
  6. `