mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-17 07:11:30 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
//go:build rocksdb
|
|
|
|
package weed_server
|
|
|
|
import (
|
|
_ "github.com/seaweedfs/seaweedfs/weed/filer/rocksdb"
|
|
)
|