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