aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/platform/ya.make
blob: 2659f64bc710482b6f6f2993ec446b09496dfdbf (plain) (blame)
1
2
3
4
5
6
7
8
GO_LIBRARY()
IF (TRUE)
    SRCS(
		supported.go
		zosarch.go
    )
ENDIF()
END()