aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/OneOfOne/xxhash/ya.make
blob: 4b91190f76bf1300449b4247c114c2cf8b49e947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    xxhash.go
    xxhash_go17.go
    xxhash_unsafe.go
)

GO_XTEST_SRCS(xxhash_test.go)

END()

RECURSE(gotest)