aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/runtime/debug/ya.make
blob: c6a4110954eae4240c793470cac6f423d1d0bd5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()
IF (TRUE)
    SRCS(
		debug.s
		garbage.go
		mod.go
		stack.go
		stubs.go
    )
ENDIF()
END()