aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/bytes/ya.make
blob: cfc6e35e7f4d3124b62222a35da59778a62d201f (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
GO_LIBRARY()

SRCS(
    buffer.go
    bytes.go
    reader.go
)

GO_TEST_SRCS(export_test.go)

GO_XTEST_SRCS(
    buffer_test.go
    bytes_test.go
    compare_test.go
    example_test.go
    reader_test.go
)

IF (OS_LINUX)
    GO_XTEST_SRCS(boundary_test.go)
ENDIF()

END()

RECURSE(
)