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

SRCS(
    elf.go
    file.go
    reader.go
)

GO_TEST_SRCS(
    elf_test.go
    file_test.go
    symbols_test.go
)

END()

RECURSE(
)