aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/context/ya.make
blob: fde43d9cfbff90f908f7c89ba8afb5539ac369c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    context.go
)

GO_TEST_SRCS(context_test.go)

GO_XTEST_SRCS(
    afterfunc_test.go
    benchmark_test.go
    example_test.go
    net_test.go
    x_test.go
)

END()

RECURSE(
)