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

LICENSE(Apache-2.0)

SRCS(
    endpoint.go
)

END()

RECURSE(
    private
)