storage/sds-storage/cache_filesystem.go

8 lines
102 B
Go
Raw Permalink Normal View History

// +build cache_filesystem
package main
import (
_ "github.com/sdstack/storage/cache/filesystem"
)