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

SRCS(
    math.go
)

GO_XTEST_SRCS(math_test.go)

END()

RECURSE(
)