Skip to content

Commit a44106b

Browse files
committed
fixup! chore(docs): move WORKSPACE docs out of primary README
1 parent 0851483 commit a44106b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/go/core/workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ go_library(
146146
```
147147

148148
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.
150150

151151
```starlark
152152
go_test(
@@ -174,7 +174,7 @@ go_binary(
174174

175175
## Adding external repositories
176176

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
178178
one below. This rule comes from the Gazelle repository, so you will need to
179179
load it. `gazelle update-repos` can generate or update these rules
180180
automatically from a go.mod or Gopkg.lock file.
@@ -225,7 +225,7 @@ gazelle_dependencies()
225225
# protobuf and gRPC
226226

227227
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`.
229229

230230
```starlark
231231
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

0 commit comments

Comments
 (0)