aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/godebugs/ya.make
blob: bbf68c703faf8deb7706a0b738e5b303ce52d271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    table.go
)

GO_XTEST_SRCS(godebugs_test.go)

END()

RECURSE(
)