mirror of https://github.com/ledisdb/ledisdb.git
8 lines
126 B
Go
8 lines
126 B
Go
|
// +build !linenoise
|
||
|
|
||
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("Please use linenoise to build again, or use redis-cli instead")
|
||
|
}
|