storage/sds-storage/cache_memory.go

8 lines
94 B
Go
Raw Normal View History

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