storage/sds-storage/hash_xxhash.go

8 lines
92 B
Go
Raw Permalink Normal View History

// +build hash_xxhash
package main
import (
_ "github.com/sdstack/storage/hash/xxhash"
)