storage/sds-storage/backend_filesystem.go

8 lines
106 B
Go
Raw Permalink Normal View History

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