mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 00:02:48 +02:00
8 lines
125 B
Go
8 lines
125 B
Go
//go:build rocksdb
|
|
// +build rocksdb
|
|
|
|
package weed_server
|
|
|
|
import (
|
|
_ "github.com/seaweedfs/seaweedfs/weed/filer/rocksdb"
|
|
)
|