aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/zstd/ya.make
blob: 0290818f824378d3b01530a3f04e9a03eb2afec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GO_LIBRARY()

SRCS(
    bits.go
    block.go
    fse.go
    huff.go
    literals.go
    xxhash.go
    zstd.go
)

GO_TEST_SRCS(
    fse_test.go
    fuzz_test.go
    xxhash_test.go
    zstd_test.go
)

END()

RECURSE(
)