errors.go 179 B

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