aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/unicode/utf16/ya.make
blob: 8f6f164fc4ce9af0836e1de89f361af591955fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

SRCS(
    utf16.go
)

GO_TEST_SRCS(export_test.go)

GO_XTEST_SRCS(utf16_test.go)

END()

RECURSE(
)