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

SRCS(
    ar.go
    file.go
    xcoff.go
)

GO_TEST_SRCS(
    ar_test.go
    file_test.go
)

END()

RECURSE(
)