go fmt
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
COLUMN_NAME = "a"
|
COLUMN_NAME = "a"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (store *HbaseStore) KvPut(ctx context.Context, key []byte, value []byte) (err error) {
|
func (store *HbaseStore) KvPut(ctx context.Context, key []byte, value []byte) (err error) {
|
||||||
return store.doPut(ctx, store.cfKv, key, value, 0)
|
return store.doPut(ctx, store.cfKv, key, value, 0)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user