mirror of
https://git.vectorsigma.ru/public/seaweedfs.git
synced 2026-08-04 01:09:06 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
// +build rocksdb
|
|
|
|
package weed_server
|
|
|
|
import (
|
|
_ "github.com/chrislusf/seaweedfs/weed/filer/rocksdb"
|
|
)
|