aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/smithy-go/encoding/ya.make
blob: 6212adb3bdcc84a62463769ea45b56f7f17d72d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    doc.go
    encoding.go
)

END()

RECURSE(
    httpbinding
    json
    xml
)