aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/unicode/utf8/ya.make
blob: 3af05b25979e6b1d4c82ef39c169d91f17e7b338 (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
		utf8.go
    )
ENDIF()
END()