8 lines
102 B
Go
8 lines
102 B
Go
// +build cache_filesystem
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/cache/filesystem"
|
|
)
|