aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/x/xsync/ya.make
blob: cffc9f89b80b909cb39a1ec3e69c541384b9cee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()

SRCS(singleinflight.go)

GO_TEST_SRCS(singleinflight_test.go)

END()

RECURSE(gotest)