aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/smithy-go/encoding/xml/ya.make
blob: 8345e974fe7be76d91d69b0e373295e27fc419f8 (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
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    array.go
    constants.go
    doc.go
    element.go
    encoder.go
    error_utils.go
    escape.go
    map.go
    value.go
    xml_decoder.go
)

GO_TEST_SRCS(
    array_test.go
    error_utils_test.go
    map_test.go
    value_test.go
    xml_decoder_test.go
)

GO_XTEST_SRCS(encoder_test.go)

END()

RECURSE(
    gotest
)