aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/archive/zip/ya.make
blob: 80a05b0e85dbdcf505e0bbe203302c1dc0f5cac7 (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()