diff options
Diffstat (limited to 'weed/filer/tikv/tikv.go')
| -rw-r--r-- | weed/filer/tikv/tikv.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/weed/filer/tikv/tikv.go b/weed/filer/tikv/tikv.go index 8bb5dc577..ba1da27a8 100644 --- a/weed/filer/tikv/tikv.go +++ b/weed/filer/tikv/tikv.go @@ -1,5 +1,6 @@ -package tikv - /* + * Package tikv is for TiKV filer store. * This empty file is let go build can work without tikv tag + * Using "make full_install" to enable TiKV filer store. */ +package tikv |
