aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/x/xruntime/ya.make
blob: 7060a9781e148a41846c45955faa7061b063f980 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()

SRCS(stacktrace.go)

GO_TEST_SRCS(stacktrace_benchmark_test.go)

END()

RECURSE(gotest)