8 lines
92 B
Go
8 lines
92 B
Go
// +build hash_xxhash
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/sdstack/storage/hash/xxhash"
|
|
)
|