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