Add build tags for TiKV filerstore

This commit is contained in:
yulai.li 2021-08-30 15:59:25 +08:00
parent e5f9ff983d
commit b17b81529e
3 changed files with 9 additions and 0 deletions

5
weed/filer/tikv/tikv.go Normal file
View file

@ -0,0 +1,5 @@
package tikv
/*
* This empty file is let go build can work without tikv tag
*/

View file

@ -1,3 +1,5 @@
// +build tikv
package tikv
import (

View file

@ -1,3 +1,5 @@
// +build tikv
package tikv
import (