aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/coverage/rtcov/ya.make
blob: 61904473489431f20d82f4840496adb403588f0b (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
		rtcov.go
    )
ENDIF()
END()