aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/singleflight/ya.make
blob: 9d1db312071d159feddfe0ec8f9b4c32084274c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    singleflight.go
)

GO_TEST_SRCS(singleflight_test.go)

END()

RECURSE(
)