aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/golang/protobuf/protoc-gen-go/ya.make
blob: 72afcec067264f27a0efc2856420885d8a4eb0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_PROGRAM()

LICENSE(BSD-3-Clause)

SRCS(main.go)

END()

RECURSE(
    descriptor
    generator
    grpc
    plugin
)