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

SRCS(
    errors.go
    join.go
    wrap.go
)

GO_XTEST_SRCS(
    errors_test.go
    example_test.go
    join_test.go
    wrap_test.go
)

END()

RECURSE(
)