8 lines
94 B
Go
8 lines
94 B
Go
// +build cache_memory
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/cache/memory"
|
|
)
|