File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ go_library(
146
146
```
147
147
148
148
For tests, add a ` go_test ` rule like the one below. The library being tested
149
- should be listed in an `` embed ` ` attribute.
149
+ should be listed in an ` embed ` attribute.
150
150
151
151
``` starlark
152
152
go_test(
@@ -174,7 +174,7 @@ go_binary(
174
174
175
175
## Adding external repositories
176
176
177
- For each Go repository, add a ` go_repository ` rule to `` WORKSPACE ` ` like the
177
+ For each Go repository, add a ` go_repository ` rule to ` WORKSPACE ` like the
178
178
one below. This rule comes from the Gazelle repository, so you will need to
179
179
load it. ` gazelle update-repos ` can generate or update these rules
180
180
automatically from a go.mod or Gopkg.lock file.
@@ -225,7 +225,7 @@ gazelle_dependencies()
225
225
# protobuf and gRPC
226
226
227
227
To generate code from protocol buffers, you'll need to add a dependency on
228
- `` com_google_protobuf `` to your `` WORKSPACE ` ` .
228
+ ` com_google_protobuf ` to your ` WORKSPACE ` .
229
229
230
230
``` starlark
231
231
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
You can’t perform that action at this time.
0 commit comments