aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/protobuf/internal/testprotos/test/ya.make
blob: c65313d522edc9fa580ab3a17ff4fb2c325d197e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    ext.pb.go
    test.pb.go
    test_import.pb.go
    test_public.pb.go
)

END()

RECURSE(
    weak1
    weak2
)