aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/testlog/ya.make
blob: 1a6b08a6e8508ec75d644db090b449afab87fb1c (plain) (blame)
1
2
3
4
5
6
7
8
GO_LIBRARY()
IF (TRUE)
    SRCS(
		exit.go
		log.go
    )
ENDIF()
END()