6 lines
62 B
Go
6 lines
62 B
Go
|
// +build kvdb_etcd
|
||
|
|
||
|
package kvdb
|
||
|
|
||
|
const TestBackend = "etcd"
|