aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/compress/gzip/ya.make
blob: 5666a544f9fb69ed69d9d2a1c8289b75efeb1eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    gunzip.go
    gzip.go
)

GO_TEST_SRCS(
    fuzz_test.go
    gunzip_test.go
    gzip_test.go
    issue14937_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)