aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/ya.make
blob: 6dee42c9c58d0f8935946293ec359e2ebe69243a (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    array_codec.go
    bsoncodec.go
    byte_slice_codec.go
    cond_addr_codec.go
    default_value_decoders.go
    default_value_encoders.go
    doc.go
    empty_interface_codec.go
    map_codec.go
    mode.go
    pointer_codec.go
    proxy.go
    registry.go
    slice_codec.go
    string_codec.go
    struct_codec.go
    struct_tag_parser.go
    time_codec.go
    types.go
    uint_codec.go
)

GO_TEST_SRCS(
    bsoncodec_test.go
    cond_addr_codec_test.go
    default_value_decoders_test.go
    default_value_encoders_test.go
    registry_test.go
    string_codec_test.go
    struct_codec_test.go
    struct_tag_parser_test.go
    time_codec_test.go
)

GO_XTEST_SRCS(registry_examples_test.go)

END()

RECURSE(gotest)