aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sync/errgroup/ya.make
blob: c63b60eb547f91cab261b1a9dbf23c5c529b42a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    errgroup.go
    go120.go
)

GO_XTEST_SRCS(
    errgroup_example_md5all_test.go
    errgroup_test.go
    go120_test.go
)

END()

RECURSE(
    gotest
)