aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.mongodb.org/mongo-driver/bson/ya.make
blob: 1f2b9098197086fa7f2788be4856f4684ef61cd1 (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
45
46
47
48
49
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    bson.go
    decoder.go
    doc.go
    encoder.go
    marshal.go
    primitive_codecs.go
    raw.go
    raw_element.go
    raw_value.go
    registry.go
    types.go
    unmarshal.go
)

GO_TEST_SRCS(
    benchmark_test.go
    bson_corpus_spec_test.go
    bson_test.go
    decoder_test.go
    encoder_test.go
    extjson_prose_test.go
    fuzz_test.go
    marshal_test.go
    marshal_value_test.go
    marshaling_cases_test.go
    primitive_codecs_test.go
    raw_test.go
    raw_value_test.go
    truncation_test.go
    unmarshal_test.go
    unmarshaling_cases_test.go
)

END()

RECURSE(
    bsoncodec
    bsonoptions
    bsonrw
    bsontype
    gotest
    mgocompat
    primitive
)