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

SRCS(
    reader.go
    register.go
    struct.go
    writer.go
)

GO_TEST_SRCS(
    fuzz_test.go
    reader_test.go
    writer_test.go
    zip_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)