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