aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/debug/elf/ya.make
blob: 2104fbaf3fe01b3643192584fc9fea9eecf8cde5 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
        elf.go
        file.go
        reader.go
    )
ENDIF()
END()