aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/runtime/debug/ya.make
blob: 84c81eed29e2b76f97d636b7a2d961c7157da117 (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()