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

SRCS(
    annotation.go
    trace.go
)

GO_XTEST_SRCS(
    annotation_test.go
    example_test.go
    trace_stack_test.go
    trace_test.go
)

END()

RECURSE(
)