mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:38:04 +08:00
Add build tags for TiKV filerstore
This commit is contained in:
5
weed/filer/tikv/tikv.go
Normal file
5
weed/filer/tikv/tikv.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package tikv
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This empty file is let go build can work without tikv tag
|
||||||
|
*/
|
@@ -1,3 +1,5 @@
|
|||||||
|
// +build tikv
|
||||||
|
|
||||||
package tikv
|
package tikv
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
// +build tikv
|
||||||
|
|
||||||
package tikv
|
package tikv
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user