8 lines
92 B
Go
8 lines
92 B
Go
// +build cache_block
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/cache/block"
|
|
)
|