aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/ya.make
blob: 8d079eae6c2ac64a88200a37bcaf32acdba50b35 (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
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    arn.go
    doc.go
    host.go
    partition.go
    partitions.go
)

GO_TEST_SRCS(
    arn_test.go
    host_test.go
    partition_test.go
)

END()

RECURSE(
    gotest
)