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

LICENSE(Apache-2.0)

SRCS(
    doc.go
    document.go
    errors.go
    go_module_metadata.go
    properties.go
    validation.go
)

GO_TEST_SRCS(properties_test.go)

END()

RECURSE(
    auth
    context
    document
    encoding
    endpoints
    gotest
    internal
    io
    logging
    middleware
    ptr
    rand
    sync
    testing
    time
    transport
    waiter
)