aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/internal/reflectlite/ya.make
blob: f415ee2b1846a5ac6a53bc77be4de371622f2646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
GO_LIBRARY()
IF (TRUE)
    SRCS(
        asm.s
        swapper.go
        type.go
        value.go
    )
ENDIF()
END()