6 lines
86 B
Go
6 lines
86 B
Go
package exql
|
|
|
|
const (
|
|
errExpectingHashableFmt = "expecting hashable value, got %T"
|
|
)
|