aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pierrec/lz4/internal/xxh32/ya.make
blob: ae57562b9cf4e30529c36b76a198612e12569328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(xxh32zero.go)

GO_XTEST_SRCS(xxh32zero_test.go)

END()

RECURSE(gotest)