Make tikv filer enable/disable by build tags

This commit is contained in:
yulai.li
2022-06-27 10:57:24 +08:00
parent 13159ad0d8
commit 824cbe32be
4 changed files with 11 additions and 4 deletions

View File

@@ -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

View File

@@ -1,3 +1,6 @@
//go:build tikv
// +build tikv
package tikv
import (

View File

@@ -1,3 +1,6 @@
//go:build tikv
// +build tikv
package tikv
import (