6 lines
75 B
Go
6 lines
75 B
Go
|
package cassandra
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
var ErrNotFound = fmt.Errorf("not found")
|