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