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