mydb/internal/sqladapter/exql/errors.go

6 lines
86 B
Go
Raw Normal View History

2023-09-18 15:15:42 +08:00
package exql
const (
errExpectingHashableFmt = "expecting hashable value, got %T"
)