8 lines
96 B
Go
8 lines
96 B
Go
// +build backend_block
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/backend/block"
|
|
)
|