mydb/internal/sqladapter/exql/errors.go
2023-09-18 15:15:42 +08:00

6 lines
86 B
Go

package exql
const (
errExpectingHashableFmt = "expecting hashable value, got %T"
)