aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/archive/zip/ya.make
blob: d864f8bb9be0046745522da179173d0cd5bc9c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
GO_LIBRARY()
IF (TRUE)
    SRCS(
        reader.go
        register.go
        struct.go
        writer.go
    )
ENDIF()
END()