aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/protobuf/internal/detrand/ya.make
blob: bfb54987872c1fd8b481ef2f8748b8659b3f1589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(rand.go)

GO_TEST_SRCS(rand_test.go)

END()

RECURSE(gotest)