storage/sds-storage/proxy_sheepdog.go

8 lines
98 B
Go
Raw Permalink Normal View History

// +build proxy_sheepdog
package main
import (
_ "github.com/sdstack/storage/proxy/sheepdog"
)