aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/strings/ya.make
blob: 4ddb166e9a1513518892279c122c942b60231f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GO_LIBRARY()

SRCS(
    builder.go
    clone.go
    compare.go
    reader.go
    replace.go
    search.go
    strings.go
)

GO_TEST_SRCS(export_test.go)

GO_XTEST_SRCS(
    builder_test.go
    clone_test.go
    compare_test.go
    example_test.go
    reader_test.go
    replace_test.go
    search_test.go
    strings_test.go
)

END()

RECURSE(
)