aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/reflectlite/ya.make
blob: 0d3c2b918547d2da0fea02630fc40243494d8c52 (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()