mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
Add build tags for TiKV filerstore
This commit is contained in:
parent
e5f9ff983d
commit
b17b81529e
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
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build tikv
|
||||
|
||||
package tikv
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user