aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/internal/rand/ya.make
blob: 05cb34759e31cb05a4d6a982958269b8d6d9d4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    rand.go
)

GO_TEST_SRCS(rand_test.go)

END()

RECURSE(
    gotest
)