aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/ya.make
blob: 53d1a83e1cca3fb4b28f095b6820209e11f31265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    byte_slice_codec_options.go
    doc.go
    empty_interface_codec_options.go
    map_codec_options.go
    slice_codec_options.go
    string_codec_options.go
    struct_codec_options.go
    time_codec_options.go
    uint_codec_options.go
)

END()