aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/runtime/internal/math/ya.make
blob: 359b06df2cf3f0f84c73f4c5009ac2d976eaddc8 (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
		math.go
    )
ENDIF()
END()