aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/platform/ya.make
blob: 7ed14d13efcc7aa8b7b640ef92ea9a884e964fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
GO_LIBRARY()

SRCS(
    supported.go
    zosarch.go
)

GO_XTEST_SRCS(zosarch_test.go)

END()

RECURSE(
)