aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/encoding/hex/ya.make
blob: a6c3609b1cd8a978b31a97948e3b8997697956ea (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
        hex.go
    )
ENDIF()
END()