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

SRCS(
    godebug.go
)

GO_XTEST_SRCS(godebug_test.go)

END()

RECURSE(
)