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