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

LICENSE(Apache-2.0)

SRCS(
    encode.go
    header.go
    path_replace.go
    query.go
    uri.go
)

GO_TEST_SRCS(
    encode_test.go
    header_test.go
    path_replace_test.go
    query_test.go
    shared_test.go
    uri_test.go
)

END()

RECURSE(
    gotest
)