aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/xerrors/ya.make
blob: 41084eb911c4c12d7ba125547e115145ca554db1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    adaptor.go
    doc.go
    errors.go
    fmt.go
    format.go
    frame.go
    wrap.go
)

GO_TEST_SRCS(fmt_unexported_test.go)

GO_XTEST_SRCS(
    errors_test.go
    example_As_test.go
    example_FormatError_test.go
    example_test.go
    fmt_test.go
    stack_test.go
    wrap_113_test.go
    wrap_test.go
)

END()

RECURSE(
    gotest
    internal
)