We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51742fe commit f834fe0Copy full SHA for f834fe0
protobuf/build_file/com_github_golang_protobuf.BUILD
@@ -34,18 +34,18 @@ go_library(
34
name = "protoc-gen-go/grpc",
35
srcs = ["protoc-gen-go/grpc/grpc.go"],
36
deps = [
37
- "protoc-gen-go/descriptor",
38
- "protoc-gen-go/generator",
+ ":protoc-gen-go/descriptor",
+ ":protoc-gen-go/generator",
39
],
40
)
41
42
go_library(
43
name = "protoc-gen-go/generator",
44
srcs = ["protoc-gen-go/generator/generator.go"],
45
46
- "proto",
47
48
- "protoc-gen-go/plugin",
+ ":proto",
+ ":protoc-gen-go/plugin",
49
50
51
@@ -76,10 +76,12 @@ go_library(
76
77
name = "ptypes",
78
srcs = glob(
79
- include = ["ptypes/go"],
80
- exclude = ["ptypes/_test.go"],
+ include = ["ptypes/*.go"],
+ exclude = ["ptypes/*._test.go"],
81
),
82
83
84
85
":ptypes/any",
86
":ptypes/duration",
87
":ptypes/empty",
0 commit comments