aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/encoding/binary/ya.make
blob: b6b07c3f8184a87998e3cf68f0461a0c3696a33b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GO_LIBRARY()

SRCS(
    binary.go
    native_endian_little.go
    varint.go
)

GO_TEST_SRCS(
    binary_test.go
    varint_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)