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

SRCS(
    utf8.go
)

GO_XTEST_SRCS(
    example_test.go
    utf8_test.go
)

END()

RECURSE(
)