aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ClickHouse/ch-go/compress/ya.make
blob: b5ba5fbdc23cdf50074e48eb8f2475aaaea06f07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    compress.go
    method_enum.go
    reader.go
    writer.go
)

GO_TEST_SRCS(
    compress_test.go
    fuzz_test.go
    reader_test.go
)

END()

RECURSE(gotest)